Versions in this module Expand all Collapse all v2 v2.0.0 Jun 22, 2026 Changes in this version + func CreateGithubAppInstallationsGetResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateGithubAppInstallationsGetResponse_metaFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateItemReposGetResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateItemReposGetResponse_metaFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + type GithubAppInstallationsGetResponse struct + func NewGithubAppInstallationsGetResponse() *GithubAppInstallationsGetResponse + func (m *GithubAppInstallationsGetResponse) GetAdditionalData() map[string]any + func (m *GithubAppInstallationsGetResponse) GetData() ... + func (m *GithubAppInstallationsGetResponse) GetFieldDeserializers() ... + func (m *GithubAppInstallationsGetResponse) GetLinks() ... + func (m *GithubAppInstallationsGetResponse) GetMeta() GithubAppInstallationsGetResponse_metaable + func (m *GithubAppInstallationsGetResponse) Serialize(...) error + func (m *GithubAppInstallationsGetResponse) SetAdditionalData(value map[string]any) + func (m *GithubAppInstallationsGetResponse) SetData(...) + func (m *GithubAppInstallationsGetResponse) SetLinks(...) + func (m *GithubAppInstallationsGetResponse) SetMeta(value GithubAppInstallationsGetResponse_metaable) + type GithubAppInstallationsGetResponse_meta struct + func NewGithubAppInstallationsGetResponse_meta() *GithubAppInstallationsGetResponse_meta + func (m *GithubAppInstallationsGetResponse_meta) GetAdditionalData() map[string]any + func (m *GithubAppInstallationsGetResponse_meta) GetFieldDeserializers() ... + func (m *GithubAppInstallationsGetResponse_meta) GetPagination() ... + func (m *GithubAppInstallationsGetResponse_meta) Serialize(...) error + func (m *GithubAppInstallationsGetResponse_meta) SetAdditionalData(value map[string]any) + func (m *GithubAppInstallationsGetResponse_meta) SetPagination(...) + type GithubAppInstallationsGetResponse_metaable interface + GetPagination func() ... + SetPagination func(...) + type GithubAppInstallationsGetResponseable interface + GetData func() ... + GetLinks func() ... + GetMeta func() GithubAppInstallationsGetResponse_metaable + SetData func(...) + SetLinks func(...) + SetMeta func(value GithubAppInstallationsGetResponse_metaable) + type GithubAppInstallationsRequestBuilder struct + func NewGithubAppInstallationsRequestBuilder(rawUrl string, ...) *GithubAppInstallationsRequestBuilder + func NewGithubAppInstallationsRequestBuilderInternal(pathParameters map[string]string, ...) *GithubAppInstallationsRequestBuilder + func (m *GithubAppInstallationsRequestBuilder) ByGithub_app_installation_id(github_app_installation_id string) *WithGithub_app_installation_ItemRequestBuilder + func (m *GithubAppInstallationsRequestBuilder) Get(ctx context.Context, ...) (GithubAppInstallationsGetResponseable, error) + func (m *GithubAppInstallationsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...) + func (m *GithubAppInstallationsRequestBuilder) WithUrl(rawUrl string) *GithubAppInstallationsRequestBuilder + type GithubAppInstallationsRequestBuilderGetQueryParameters struct + Filterinstallation_id *string + Filtername *string + Pagenumber *int32 + Pagesize *int32 + type ItemReposGetResponse struct + func NewItemReposGetResponse() *ItemReposGetResponse + func (m *ItemReposGetResponse) GetAdditionalData() map[string]any + func (m *ItemReposGetResponse) GetData() ... + func (m *ItemReposGetResponse) GetFieldDeserializers() ... + func (m *ItemReposGetResponse) GetLinks() ... + func (m *ItemReposGetResponse) GetMeta() ItemReposGetResponse_metaable + func (m *ItemReposGetResponse) Serialize(...) error + func (m *ItemReposGetResponse) SetAdditionalData(value map[string]any) + func (m *ItemReposGetResponse) SetData(...) + func (m *ItemReposGetResponse) SetLinks(...) + func (m *ItemReposGetResponse) SetMeta(value ItemReposGetResponse_metaable) + type ItemReposGetResponse_meta struct + func NewItemReposGetResponse_meta() *ItemReposGetResponse_meta + func (m *ItemReposGetResponse_meta) GetAdditionalData() map[string]any + func (m *ItemReposGetResponse_meta) GetFieldDeserializers() ... + func (m *ItemReposGetResponse_meta) GetPagination() ... + func (m *ItemReposGetResponse_meta) Serialize(...) error + func (m *ItemReposGetResponse_meta) SetAdditionalData(value map[string]any) + func (m *ItemReposGetResponse_meta) SetPagination(...) + type ItemReposGetResponse_metaable interface + GetPagination func() ... + SetPagination func(...) + type ItemReposGetResponseable interface + GetData func() ... + GetLinks func() ... + GetMeta func() ItemReposGetResponse_metaable + SetData func(...) + SetLinks func(...) + SetMeta func(value ItemReposGetResponse_metaable) + type ItemReposRequestBuilder struct + func NewItemReposRequestBuilder(rawUrl string, ...) *ItemReposRequestBuilder + func NewItemReposRequestBuilderInternal(pathParameters map[string]string, ...) *ItemReposRequestBuilder + func (m *ItemReposRequestBuilder) Get(ctx context.Context, ...) (ItemReposGetResponseable, error) + func (m *ItemReposRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...) + func (m *ItemReposRequestBuilder) WithUrl(rawUrl string) *ItemReposRequestBuilder + type ItemReposRequestBuilderGetQueryParameters struct + Pagenumber *int32 + Pagesize *int32 + type WithGithub_app_installation_ItemRequestBuilder struct + func NewWithGithub_app_installation_ItemRequestBuilder(rawUrl string, ...) *WithGithub_app_installation_ItemRequestBuilder + func NewWithGithub_app_installation_ItemRequestBuilderInternal(pathParameters map[string]string, ...) *WithGithub_app_installation_ItemRequestBuilder + func (m *WithGithub_app_installation_ItemRequestBuilder) Repos() *ItemReposRequestBuilder v2.0.0-beta1 Jun 16, 2026