githubappinstallations

package
v2.0.0-beta1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2026 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGithubAppInstallationsGetResponseFromDiscriminatorValue

CreateGithubAppInstallationsGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGithubAppInstallationsGetResponse_metaFromDiscriminatorValue

CreateGithubAppInstallationsGetResponse_metaFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemReposGetResponseFromDiscriminatorValue

CreateItemReposGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemReposGetResponse_metaFromDiscriminatorValue

CreateItemReposGetResponse_metaFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type GithubAppInstallationsGetResponse

type GithubAppInstallationsGetResponse struct {
	// contains filtered or unexported fields
}

func NewGithubAppInstallationsGetResponse

func NewGithubAppInstallationsGetResponse() *GithubAppInstallationsGetResponse

NewGithubAppInstallationsGetResponse instantiates a new GithubAppInstallationsGetResponse and sets the default values.

func (*GithubAppInstallationsGetResponse) GetAdditionalData

func (m *GithubAppInstallationsGetResponse) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*GithubAppInstallationsGetResponse) GetData

GetData gets the data property value. The data property returns a []GithubAppInstallationsable when successful

func (*GithubAppInstallationsGetResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

GetLinks gets the links property value. The links property returns a SelfWithPaginationable when successful

func (*GithubAppInstallationsGetResponse) GetMeta

GetMeta gets the meta property value. The meta property returns a GithubAppInstallationsGetResponse_metaable when successful

func (*GithubAppInstallationsGetResponse) Serialize

Serialize serializes information the current object

func (*GithubAppInstallationsGetResponse) SetAdditionalData

func (m *GithubAppInstallationsGetResponse) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GithubAppInstallationsGetResponse) SetData

SetData sets the data property value. The data property

SetLinks sets the links property value. The links property

func (*GithubAppInstallationsGetResponse) SetMeta

SetMeta sets the meta property value. The meta property

type GithubAppInstallationsGetResponse_meta

type GithubAppInstallationsGetResponse_meta struct {
	// contains filtered or unexported fields
}

func NewGithubAppInstallationsGetResponse_meta

func NewGithubAppInstallationsGetResponse_meta() *GithubAppInstallationsGetResponse_meta

NewGithubAppInstallationsGetResponse_meta instantiates a new GithubAppInstallationsGetResponse_meta and sets the default values.

func (*GithubAppInstallationsGetResponse_meta) GetAdditionalData

func (m *GithubAppInstallationsGetResponse_meta) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*GithubAppInstallationsGetResponse_meta) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*GithubAppInstallationsGetResponse_meta) GetPagination

GetPagination gets the pagination property value. The pagination property returns a Paginationable when successful

func (*GithubAppInstallationsGetResponse_meta) Serialize

Serialize serializes information the current object

func (*GithubAppInstallationsGetResponse_meta) SetAdditionalData

func (m *GithubAppInstallationsGetResponse_meta) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GithubAppInstallationsGetResponse_meta) SetPagination

SetPagination sets the pagination property value. The pagination property

type GithubAppInstallationsRequestBuilder

type GithubAppInstallationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GithubAppInstallationsRequestBuilder builds and executes requests for operations under \github-app-installations

func NewGithubAppInstallationsRequestBuilder

NewGithubAppInstallationsRequestBuilder instantiates a new GithubAppInstallationsRequestBuilder and sets the default values.

func NewGithubAppInstallationsRequestBuilderInternal

func NewGithubAppInstallationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GithubAppInstallationsRequestBuilder

NewGithubAppInstallationsRequestBuilderInternal instantiates a new GithubAppInstallationsRequestBuilder and sets the default values.

func (*GithubAppInstallationsRequestBuilder) ByGithub_app_installation_id

func (m *GithubAppInstallationsRequestBuilder) ByGithub_app_installation_id(github_app_installation_id string) *WithGithub_app_installation_ItemRequestBuilder

ByGithub_app_installation_id gets an item from the github.com/hashicorp/go-tfe/v2/api.githubAppInstallations.item collection returns a *WithGithub_app_installation_ItemRequestBuilder when successful

func (*GithubAppInstallationsRequestBuilder) Get

Get list GitHub App installations available to the current user. returns a GithubAppInstallationsGetResponseable when successful returns a Errors error when the service returns a 4XX or 5XX status code

func (*GithubAppInstallationsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation list GitHub App installations available to the current user. returns a *RequestInformation when successful

func (*GithubAppInstallationsRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GithubAppInstallationsRequestBuilder when successful

type GithubAppInstallationsRequestBuilderGetQueryParameters

type GithubAppInstallationsRequestBuilderGetQueryParameters struct {
	// Filter by GitHub installation ID.
	Filterinstallation_id *string "uriparametername:\"filter%5Binstallation_id%5D\""
	// Filter by GitHub organization or login name.
	Filtername *string "uriparametername:\"filter%5Bname%5D\""
	// The page number to retrieve.
	Pagenumber *int32 "uriparametername:\"page%5Bnumber%5D\""
	// The number of items to retrieve per page. Defaults to 20.
	Pagesize *int32 "uriparametername:\"page%5Bsize%5D\""
}

GithubAppInstallationsRequestBuilderGetQueryParameters list GitHub App installations available to the current user.

type ItemReposGetResponse

type ItemReposGetResponse struct {
	// contains filtered or unexported fields
}

func NewItemReposGetResponse

func NewItemReposGetResponse() *ItemReposGetResponse

NewItemReposGetResponse instantiates a new ItemReposGetResponse and sets the default values.

func (*ItemReposGetResponse) GetAdditionalData

func (m *ItemReposGetResponse) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemReposGetResponse) GetData

GetData gets the data property value. The data property returns a []GithubAppReposable when successful

func (*ItemReposGetResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

GetLinks gets the links property value. The links property returns a SelfWithPaginationable when successful

func (*ItemReposGetResponse) GetMeta

GetMeta gets the meta property value. The meta property returns a ItemReposGetResponse_metaable when successful

func (*ItemReposGetResponse) Serialize

Serialize serializes information the current object

func (*ItemReposGetResponse) SetAdditionalData

func (m *ItemReposGetResponse) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemReposGetResponse) SetData

SetData sets the data property value. The data property

SetLinks sets the links property value. The links property

func (*ItemReposGetResponse) SetMeta

SetMeta sets the meta property value. The meta property

type ItemReposGetResponse_meta

type ItemReposGetResponse_meta struct {
	// contains filtered or unexported fields
}

func NewItemReposGetResponse_meta

func NewItemReposGetResponse_meta() *ItemReposGetResponse_meta

NewItemReposGetResponse_meta instantiates a new ItemReposGetResponse_meta and sets the default values.

func (*ItemReposGetResponse_meta) GetAdditionalData

func (m *ItemReposGetResponse_meta) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemReposGetResponse_meta) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemReposGetResponse_meta) GetPagination

GetPagination gets the pagination property value. The pagination property returns a Paginationable when successful

func (*ItemReposGetResponse_meta) Serialize

Serialize serializes information the current object

func (*ItemReposGetResponse_meta) SetAdditionalData

func (m *ItemReposGetResponse_meta) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemReposGetResponse_meta) SetPagination

SetPagination sets the pagination property value. The pagination property

type ItemReposRequestBuilder

ItemReposRequestBuilder builds and executes requests for operations under \github-app-installations\{github_app_installation_id}\repos

func NewItemReposRequestBuilder

NewItemReposRequestBuilder instantiates a new ItemReposRequestBuilder and sets the default values.

func NewItemReposRequestBuilderInternal

func NewItemReposRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemReposRequestBuilder

NewItemReposRequestBuilderInternal instantiates a new ItemReposRequestBuilder and sets the default values.

func (*ItemReposRequestBuilder) Get

Get list repositories accessible through a GitHub App installation. returns a ItemReposGetResponseable when successful returns a Errors error when the service returns a 4XX or 5XX status code

func (*ItemReposRequestBuilder) ToGetRequestInformation

ToGetRequestInformation list repositories accessible through a GitHub App installation. returns a *RequestInformation when successful

func (*ItemReposRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemReposRequestBuilder when successful

type ItemReposRequestBuilderGetQueryParameters

type ItemReposRequestBuilderGetQueryParameters struct {
	// The page number to retrieve.
	Pagenumber *int32 "uriparametername:\"page%5Bnumber%5D\""
	// The number of items to retrieve per page. Defaults to 20.
	Pagesize *int32 "uriparametername:\"page%5Bsize%5D\""
}

ItemReposRequestBuilderGetQueryParameters list repositories accessible through a GitHub App installation.

type WithGithub_app_installation_ItemRequestBuilder

type WithGithub_app_installation_ItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

WithGithub_app_installation_ItemRequestBuilder builds and executes requests for operations under \github-app-installations\{github_app_installation_id}

func NewWithGithub_app_installation_ItemRequestBuilder

NewWithGithub_app_installation_ItemRequestBuilder instantiates a new WithGithub_app_installation_ItemRequestBuilder and sets the default values.

func NewWithGithub_app_installation_ItemRequestBuilderInternal

func NewWithGithub_app_installation_ItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WithGithub_app_installation_ItemRequestBuilder

NewWithGithub_app_installation_ItemRequestBuilderInternal instantiates a new WithGithub_app_installation_ItemRequestBuilder and sets the default values.

func (*WithGithub_app_installation_ItemRequestBuilder) Repos

Repos the repos property returns a *ItemReposRequestBuilder when successful

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL