Versions in this module Expand all Collapse all v2 v2.0.0 Jun 22, 2026 Changes in this version + func CreateInstallationsGetResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateInstallationsGetResponse_metaFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + type GithubAppRequestBuilder struct + func NewGithubAppRequestBuilder(rawUrl string, ...) *GithubAppRequestBuilder + func NewGithubAppRequestBuilderInternal(pathParameters map[string]string, ...) *GithubAppRequestBuilder + func (m *GithubAppRequestBuilder) Installation() *InstallationRequestBuilder + func (m *GithubAppRequestBuilder) Installations() *InstallationsRequestBuilder + type InstallationRequestBuilder struct + func NewInstallationRequestBuilder(rawUrl string, ...) *InstallationRequestBuilder + func NewInstallationRequestBuilderInternal(pathParameters map[string]string, ...) *InstallationRequestBuilder + func (m *InstallationRequestBuilder) ByGithub_app_installation_id(github_app_installation_id string) *InstallationWithGithub_app_installation_ItemRequestBuilder + type InstallationWithGithub_app_installation_ItemRequestBuilder struct + func NewInstallationWithGithub_app_installation_ItemRequestBuilder(rawUrl string, ...) *InstallationWithGithub_app_installation_ItemRequestBuilder + func NewInstallationWithGithub_app_installation_ItemRequestBuilderInternal(pathParameters map[string]string, ...) *InstallationWithGithub_app_installation_ItemRequestBuilder + func (m *InstallationWithGithub_app_installation_ItemRequestBuilder) Get(ctx context.Context, ...) (...) + func (m *InstallationWithGithub_app_installation_ItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...) + func (m *InstallationWithGithub_app_installation_ItemRequestBuilder) WithUrl(rawUrl string) *InstallationWithGithub_app_installation_ItemRequestBuilder + type InstallationsGetResponse struct + func NewInstallationsGetResponse() *InstallationsGetResponse + func (m *InstallationsGetResponse) GetAdditionalData() map[string]any + func (m *InstallationsGetResponse) GetData() ... + func (m *InstallationsGetResponse) GetFieldDeserializers() ... + func (m *InstallationsGetResponse) GetLinks() ... + func (m *InstallationsGetResponse) GetMeta() InstallationsGetResponse_metaable + func (m *InstallationsGetResponse) Serialize(...) error + func (m *InstallationsGetResponse) SetAdditionalData(value map[string]any) + func (m *InstallationsGetResponse) SetData(...) + func (m *InstallationsGetResponse) SetLinks(...) + func (m *InstallationsGetResponse) SetMeta(value InstallationsGetResponse_metaable) + type InstallationsGetResponse_meta struct + func NewInstallationsGetResponse_meta() *InstallationsGetResponse_meta + func (m *InstallationsGetResponse_meta) GetAdditionalData() map[string]any + func (m *InstallationsGetResponse_meta) GetFieldDeserializers() ... + func (m *InstallationsGetResponse_meta) GetPagination() ... + func (m *InstallationsGetResponse_meta) Serialize(...) error + func (m *InstallationsGetResponse_meta) SetAdditionalData(value map[string]any) + func (m *InstallationsGetResponse_meta) SetPagination(...) + type InstallationsGetResponse_metaable interface + GetPagination func() ... + SetPagination func(...) + type InstallationsGetResponseable interface + GetData func() ... + GetLinks func() ... + GetMeta func() InstallationsGetResponse_metaable + SetData func(...) + SetLinks func(...) + SetMeta func(value InstallationsGetResponse_metaable) + type InstallationsRequestBuilder struct + func NewInstallationsRequestBuilder(rawUrl string, ...) *InstallationsRequestBuilder + func NewInstallationsRequestBuilderInternal(pathParameters map[string]string, ...) *InstallationsRequestBuilder + func (m *InstallationsRequestBuilder) Get(ctx context.Context, ...) (InstallationsGetResponseable, error) + func (m *InstallationsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...) + func (m *InstallationsRequestBuilder) WithUrl(rawUrl string) *InstallationsRequestBuilder + type InstallationsRequestBuilderGetQueryParameters struct + Filterinstallation_id *string + Filtername *string + Pagenumber *int32 + Pagesize *int32 v2.0.0-beta1 Jun 16, 2026