Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateAuthentication(ctx context.Context, projectId string, instanceId string) ApiCreateAuthenticationRequestdeprecated
- func (a *APIClient) CreateAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*Authentication, error)deprecated
- func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequestdeprecated
- func (a *APIClient) CreateInstanceExecute(ctx context.Context, projectId string) (*Instance, error)deprecated
- func (a *APIClient) CreateRunner(ctx context.Context, projectId string, instanceId string) ApiCreateRunnerRequestdeprecated
- func (a *APIClient) CreateRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)deprecated
- func (a *APIClient) DeleteAuthentication(ctx context.Context, projectId string, instanceId string, ...) ApiDeleteAuthenticationRequestdeprecated
- func (a *APIClient) DeleteAuthenticationExecute(ctx context.Context, projectId string, instanceId string, ...) errordeprecated
- func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequestdeprecated
- func (a *APIClient) DeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) errordeprecated
- func (a *APIClient) DeleteRunner(ctx context.Context, projectId string, instanceId string) ApiDeleteRunnerRequestdeprecated
- func (a *APIClient) DeleteRunnerExecute(ctx context.Context, projectId string, instanceId string) errordeprecated
- func (a *APIClient) GetAuthentication(ctx context.Context, projectId string, instanceId string, ...) ApiGetAuthenticationRequestdeprecated
- func (a *APIClient) GetAuthenticationExecute(ctx context.Context, projectId string, instanceId string, ...) (*Authentication, error)deprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequestdeprecated
- func (a *APIClient) GetInstanceExecute(ctx context.Context, projectId string, instanceId string) (*Instance, error)deprecated
- func (a *APIClient) GetRunner(ctx context.Context, projectId string, instanceId string) ApiGetRunnerRequestdeprecated
- func (a *APIClient) GetRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)deprecated
- func (a *APIClient) ListAuthentication(ctx context.Context, projectId string, instanceId string) ApiListAuthenticationRequestdeprecated
- func (a *APIClient) ListAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*AuthenticationList, error)deprecated
- func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequestdeprecated
- func (a *APIClient) ListFlavorsExecute(ctx context.Context, projectId string) (*ListFlavors, error)deprecated
- func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequestdeprecated
- func (a *APIClient) ListInstancesExecute(ctx context.Context, projectId string) (*ListInstances, error)deprecated
- func (a *APIClient) ListRunnerRuntimes(ctx context.Context, projectId string) ApiListRunnerRuntimesRequestdeprecated
- func (a *APIClient) ListRunnerRuntimesExecute(ctx context.Context, projectId string) (*RunnerRuntimeList, error)deprecated
- func (a *APIClient) PatchAuthentication(ctx context.Context, projectId string, instanceId string, ...) ApiPatchAuthenticationRequestdeprecated
- func (a *APIClient) PatchAuthenticationExecute(ctx context.Context, projectId string, instanceId string, ...) (*Authentication, error)deprecated
- func (a *APIClient) PatchInstance(ctx context.Context, projectId string, instanceId string) ApiPatchInstanceRequestdeprecated
- func (a *APIClient) PatchInstanceExecute(ctx context.Context, projectId string, instanceId string) (*Instance, error)deprecated
- type AlreadyExistsError
- func (o *AlreadyExistsError) GetMessage() (ret AlreadyExistsErrorGetMessageRetType)
- func (o *AlreadyExistsError) GetMessageOk() (ret AlreadyExistsErrorGetMessageRetType, ok bool)
- func (o *AlreadyExistsError) SetMessage(v AlreadyExistsErrorGetMessageRetType)
- func (o AlreadyExistsError) ToMap() (map[string]interface{}, error)deprecated
- type AlreadyExistsErrorGetMessageArgTypedeprecated
- type AlreadyExistsErrorGetMessageAttributeType
- type AlreadyExistsErrorGetMessageRetTypedeprecated
- type ApiCreateAuthenticationRequestdeprecated
- type ApiCreateInstanceRequestdeprecated
- type ApiCreateRunnerRequestdeprecated
- type ApiDeleteAuthenticationRequestdeprecated
- type ApiDeleteInstanceRequestdeprecated
- type ApiDeleteRunnerRequestdeprecated
- type ApiGetAuthenticationRequestdeprecated
- type ApiGetInstanceRequestdeprecated
- type ApiGetRunnerRequestdeprecated
- type ApiListAuthenticationRequestdeprecated
- type ApiListFlavorsRequestdeprecated
- type ApiListInstancesRequestdeprecated
- type ApiListRunnerRuntimesRequestdeprecated
- type ApiPatchAuthenticationRequestdeprecated
- type ApiPatchInstanceRequestdeprecated
- type Authentication
- func (o *Authentication) GetAutoDiscoverUrl() (ret AuthenticationGetAutoDiscoverUrlRetType)
- func (o *Authentication) GetAutoDiscoverUrlOk() (ret AuthenticationGetAutoDiscoverUrlRetType, ok bool)
- func (o *Authentication) GetClientId() (ret AuthenticationGetClientIdRetType)
- func (o *Authentication) GetClientIdOk() (ret AuthenticationGetClientIdRetType, ok bool)
- func (o *Authentication) GetCreatedAt() (ret AuthenticationGetCreatedAtRetType)
- func (o *Authentication) GetCreatedAtOk() (ret AuthenticationGetCreatedAtRetType, ok bool)
- func (o *Authentication) GetIconUrl() (ret AuthenticationGetIconUrlRetType)
- func (o *Authentication) GetIconUrlOk() (ret AuthenticationGetIconUrlRetType, ok bool)
- func (o *Authentication) GetId() (ret AuthenticationGetIdRetType)
- func (o *Authentication) GetIdOk() (ret AuthenticationGetIdRetType, ok bool)
- func (o *Authentication) GetName() (ret AuthenticationGetNameRetType)
- func (o *Authentication) GetNameOk() (ret AuthenticationGetNameRetType, ok bool)
- func (o *Authentication) GetProvider() (ret AuthenticationGetProviderRetType)
- func (o *Authentication) GetProviderOk() (ret AuthenticationGetProviderRetType, ok bool)
- func (o *Authentication) GetScopes() (ret AuthenticationGetScopesRetType)
- func (o *Authentication) GetScopesOk() (ret AuthenticationGetScopesRetType, ok bool)
- func (o *Authentication) GetStatus() (ret AuthenticationGetStatusRetType)
- func (o *Authentication) GetStatusOk() (ret AuthenticationGetStatusRetType, ok bool)
- func (o *Authentication) SetAutoDiscoverUrl(v AuthenticationGetAutoDiscoverUrlRetType)
- func (o *Authentication) SetClientId(v AuthenticationGetClientIdRetType)
- func (o *Authentication) SetCreatedAt(v AuthenticationGetCreatedAtRetType)
- func (o *Authentication) SetIconUrl(v AuthenticationGetIconUrlRetType)
- func (o *Authentication) SetId(v AuthenticationGetIdRetType)
- func (o *Authentication) SetName(v AuthenticationGetNameRetType)
- func (o *Authentication) SetProvider(v AuthenticationGetProviderRetType)
- func (o *Authentication) SetScopes(v AuthenticationGetScopesRetType)
- func (o *Authentication) SetStatus(v AuthenticationGetStatusRetType)
- func (o Authentication) ToMap() (map[string]interface{}, error)deprecated
- type AuthenticationGetAutoDiscoverUrlArgTypedeprecated
- type AuthenticationGetAutoDiscoverUrlAttributeType
- type AuthenticationGetAutoDiscoverUrlRetTypedeprecated
- type AuthenticationGetClientIdArgTypedeprecated
- type AuthenticationGetClientIdAttributeType
- type AuthenticationGetClientIdRetTypedeprecated
- type AuthenticationGetCreatedAtArgTypedeprecated
- type AuthenticationGetCreatedAtAttributeType
- type AuthenticationGetCreatedAtRetTypedeprecated
- type AuthenticationGetIconUrlArgTypedeprecated
- type AuthenticationGetIconUrlAttributeType
- type AuthenticationGetIconUrlRetTypedeprecated
- type AuthenticationGetIdArgTypedeprecated
- type AuthenticationGetIdAttributeType
- type AuthenticationGetIdRetTypedeprecated
- type AuthenticationGetNameArgTypedeprecated
- type AuthenticationGetNameAttributeType
- type AuthenticationGetNameRetTypedeprecated
- type AuthenticationGetProviderArgTypedeprecated
- type AuthenticationGetProviderAttributeType
- type AuthenticationGetProviderRetTypedeprecated
- type AuthenticationGetScopesArgTypedeprecated
- type AuthenticationGetScopesAttributeType
- type AuthenticationGetScopesRetTypedeprecated
- type AuthenticationGetStatusArgTypedeprecated
- type AuthenticationGetStatusAttributeType
- type AuthenticationGetStatusRetTypedeprecated
- type AuthenticationList
- func (o *AuthenticationList) GetAuthentication() (ret AuthenticationListGetAuthenticationRetType)
- func (o *AuthenticationList) GetAuthenticationOk() (ret AuthenticationListGetAuthenticationRetType, ok bool)
- func (o *AuthenticationList) SetAuthentication(v AuthenticationListGetAuthenticationRetType)
- func (o AuthenticationList) ToMap() (map[string]interface{}, error)deprecated
- type AuthenticationListGetAuthenticationArgTypedeprecated
- type AuthenticationListGetAuthenticationAttributeType
- type AuthenticationListGetAuthenticationRetTypedeprecated
- type BadErrorResponse
- func (o *BadErrorResponse) GetDetails() (res BadErrorResponseGetDetailsRetType)
- func (o *BadErrorResponse) GetDetailsOk() (ret BadErrorResponseGetDetailsRetType, ok bool)
- func (o *BadErrorResponse) GetError() (res BadErrorResponseGetErrorRetType)
- func (o *BadErrorResponse) GetErrorOk() (ret BadErrorResponseGetErrorRetType, ok bool)
- func (o *BadErrorResponse) HasDetails() bool
- func (o *BadErrorResponse) HasError() bool
- func (o *BadErrorResponse) SetDetails(v BadErrorResponseGetDetailsRetType)
- func (o *BadErrorResponse) SetError(v BadErrorResponseGetErrorRetType)
- func (o BadErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type BadErrorResponseGetDetailsArgTypedeprecated
- type BadErrorResponseGetDetailsAttributeType
- type BadErrorResponseGetDetailsRetTypedeprecated
- type BadErrorResponseGetErrorArgTypedeprecated
- type BadErrorResponseGetErrorAttributeType
- type BadErrorResponseGetErrorRetTypedeprecated
- type ConflictErrorResponse
- func (o *ConflictErrorResponse) GetDetails() (res ConflictErrorResponseGetDetailsRetType)
- func (o *ConflictErrorResponse) GetDetailsOk() (ret ConflictErrorResponseGetDetailsRetType, ok bool)
- func (o *ConflictErrorResponse) GetError() (res ConflictErrorResponseGetErrorRetType)
- func (o *ConflictErrorResponse) GetErrorOk() (ret ConflictErrorResponseGetErrorRetType, ok bool)
- func (o *ConflictErrorResponse) HasDetails() bool
- func (o *ConflictErrorResponse) HasError() bool
- func (o *ConflictErrorResponse) SetDetails(v ConflictErrorResponseGetDetailsRetType)
- func (o *ConflictErrorResponse) SetError(v ConflictErrorResponseGetErrorRetType)
- func (o ConflictErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type ConflictErrorResponseGetDetailsArgTypedeprecated
- type ConflictErrorResponseGetDetailsAttributeType
- type ConflictErrorResponseGetDetailsRetTypedeprecated
- type ConflictErrorResponseGetErrorArgTypedeprecated
- type ConflictErrorResponseGetErrorAttributeType
- type ConflictErrorResponseGetErrorRetTypedeprecated
- type CreateAuthenticationPayload
- func (o *CreateAuthenticationPayload) GetAutoDiscoverUrl() (ret CreateAuthenticationPayloadGetAutoDiscoverUrlRetType)
- func (o *CreateAuthenticationPayload) GetAutoDiscoverUrlOk() (ret CreateAuthenticationPayloadGetAutoDiscoverUrlRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetClientId() (ret CreateAuthenticationPayloadGetClientIdRetType)
- func (o *CreateAuthenticationPayload) GetClientIdOk() (ret CreateAuthenticationPayloadGetClientIdRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetClientSecret() (ret CreateAuthenticationPayloadGetClientSecretRetType)
- func (o *CreateAuthenticationPayload) GetClientSecretOk() (ret CreateAuthenticationPayloadGetClientSecretRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetIconUrl() (res CreateAuthenticationPayloadGetIconUrlRetType)
- func (o *CreateAuthenticationPayload) GetIconUrlOk() (ret CreateAuthenticationPayloadGetIconUrlRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetName() (ret CreateAuthenticationPayloadGetNameRetType)
- func (o *CreateAuthenticationPayload) GetNameOk() (ret CreateAuthenticationPayloadGetNameRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetProvider() (res CreateAuthenticationPayloadGetProviderRetType)
- func (o *CreateAuthenticationPayload) GetProviderOk() (ret CreateAuthenticationPayloadGetProviderRetType, ok bool)
- func (o *CreateAuthenticationPayload) GetScopes() (res CreateAuthenticationPayloadGetScopesRetType)
- func (o *CreateAuthenticationPayload) GetScopesOk() (ret CreateAuthenticationPayloadGetScopesRetType, ok bool)
- func (o *CreateAuthenticationPayload) HasIconUrl() bool
- func (o *CreateAuthenticationPayload) HasProvider() bool
- func (o *CreateAuthenticationPayload) HasScopes() bool
- func (o *CreateAuthenticationPayload) SetAutoDiscoverUrl(v CreateAuthenticationPayloadGetAutoDiscoverUrlRetType)
- func (o *CreateAuthenticationPayload) SetClientId(v CreateAuthenticationPayloadGetClientIdRetType)
- func (o *CreateAuthenticationPayload) SetClientSecret(v CreateAuthenticationPayloadGetClientSecretRetType)
- func (o *CreateAuthenticationPayload) SetIconUrl(v CreateAuthenticationPayloadGetIconUrlRetType)
- func (o *CreateAuthenticationPayload) SetName(v CreateAuthenticationPayloadGetNameRetType)
- func (o *CreateAuthenticationPayload) SetProvider(v CreateAuthenticationPayloadGetProviderRetType)
- func (o *CreateAuthenticationPayload) SetScopes(v CreateAuthenticationPayloadGetScopesRetType)
- func (o CreateAuthenticationPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateAuthenticationPayloadGetAutoDiscoverUrlArgTypedeprecated
- type CreateAuthenticationPayloadGetAutoDiscoverUrlAttributeType
- type CreateAuthenticationPayloadGetAutoDiscoverUrlRetTypedeprecated
- type CreateAuthenticationPayloadGetClientIdArgTypedeprecated
- type CreateAuthenticationPayloadGetClientIdAttributeType
- type CreateAuthenticationPayloadGetClientIdRetTypedeprecated
- type CreateAuthenticationPayloadGetClientSecretArgTypedeprecated
- type CreateAuthenticationPayloadGetClientSecretAttributeType
- type CreateAuthenticationPayloadGetClientSecretRetTypedeprecated
- type CreateAuthenticationPayloadGetIconUrlArgTypedeprecated
- type CreateAuthenticationPayloadGetIconUrlAttributeType
- type CreateAuthenticationPayloadGetIconUrlRetTypedeprecated
- type CreateAuthenticationPayloadGetNameArgTypedeprecated
- type CreateAuthenticationPayloadGetNameAttributeType
- type CreateAuthenticationPayloadGetNameRetTypedeprecated
- type CreateAuthenticationPayloadGetProviderArgTypedeprecated
- type CreateAuthenticationPayloadGetProviderAttributeType
- type CreateAuthenticationPayloadGetProviderRetTypedeprecated
- type CreateAuthenticationPayloadGetScopesArgTypedeprecated
- type CreateAuthenticationPayloadGetScopesAttributeType
- type CreateAuthenticationPayloadGetScopesRetTypedeprecated
- type CreateAuthenticationRequestdeprecated
- type CreateInstancePayload
- func (o *CreateInstancePayload) GetAcl() (res CreateInstancePayloadGetAclRetType)
- func (o *CreateInstancePayload) GetAclOk() (ret CreateInstancePayloadGetAclRetType, ok bool)
- func (o *CreateInstancePayload) GetFlavor() (res CreateInstancePayloadGetFlavorRetType)
- func (o *CreateInstancePayload) GetFlavorOk() (ret CreateInstancePayloadGetFlavorRetType, ok bool)
- func (o *CreateInstancePayload) GetName() (ret CreateInstancePayloadGetNameRetType)
- func (o *CreateInstancePayload) GetNameOk() (ret CreateInstancePayloadGetNameRetType, ok bool)
- func (o *CreateInstancePayload) HasAcl() bool
- func (o *CreateInstancePayload) HasFlavor() bool
- func (o *CreateInstancePayload) SetAcl(v CreateInstancePayloadGetAclRetType)
- func (o *CreateInstancePayload) SetFlavor(v CreateInstancePayloadGetFlavorRetType)
- func (o *CreateInstancePayload) SetName(v CreateInstancePayloadGetNameRetType)
- func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateInstancePayloadFlavor
- type CreateInstancePayloadGetAclArgTypedeprecated
- type CreateInstancePayloadGetAclAttributeType
- type CreateInstancePayloadGetAclRetTypedeprecated
- type CreateInstancePayloadGetFlavorArgTypedeprecated
- type CreateInstancePayloadGetFlavorAttributeTypedeprecated
- type CreateInstancePayloadGetFlavorRetTypedeprecated
- type CreateInstancePayloadGetNameArgTypedeprecated
- type CreateInstancePayloadGetNameAttributeType
- type CreateInstancePayloadGetNameRetTypedeprecated
- type CreateInstanceRequestdeprecated
- type CreateRunnerPayload
- func (o *CreateRunnerPayload) GetLabels() (ret CreateRunnerPayloadGetLabelsRetType)
- func (o *CreateRunnerPayload) GetLabelsOk() (ret CreateRunnerPayloadGetLabelsRetType, ok bool)
- func (o *CreateRunnerPayload) SetLabels(v CreateRunnerPayloadGetLabelsRetType)
- func (o CreateRunnerPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateRunnerPayloadGetLabelsArgTypedeprecated
- type CreateRunnerPayloadGetLabelsAttributeType
- type CreateRunnerPayloadGetLabelsRetTypedeprecated
- type CreateRunnerRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteAuthenticationRequestdeprecated
- type DeleteInstanceRequestdeprecated
- type DeleteRunnerRequestdeprecated
- type FeatureToggle
- func (o *FeatureToggle) GetDefaultEmailNotifications() (res FeatureToggleGetDefaultEmailNotificationsRetType)
- func (o *FeatureToggle) GetDefaultEmailNotificationsOk() (ret FeatureToggleGetDefaultEmailNotificationsRetType, ok bool)
- func (o *FeatureToggle) GetEnableCommitSignatures() (res FeatureTogglegetEnableCommitSignaturesRetType)
- func (o *FeatureToggle) GetEnableCommitSignaturesOk() (ret FeatureTogglegetEnableCommitSignaturesRetType, ok bool)
- func (o *FeatureToggle) GetEnableLocalLogin() (res FeatureTogglegetEnableLocalLoginRetType)
- func (o *FeatureToggle) GetEnableLocalLoginOk() (ret FeatureTogglegetEnableLocalLoginRetType, ok bool)
- func (o *FeatureToggle) HasDefaultEmailNotifications() bool
- func (o *FeatureToggle) HasEnableCommitSignatures() bool
- func (o *FeatureToggle) HasEnableLocalLogin() bool
- func (o *FeatureToggle) SetDefaultEmailNotifications(v FeatureToggleGetDefaultEmailNotificationsRetType)
- func (o *FeatureToggle) SetDefaultEmailNotificationsNil()
- func (o *FeatureToggle) SetEnableCommitSignatures(v FeatureTogglegetEnableCommitSignaturesRetType)
- func (o *FeatureToggle) SetEnableCommitSignaturesNil()
- func (o *FeatureToggle) SetEnableLocalLogin(v FeatureTogglegetEnableLocalLoginRetType)
- func (o *FeatureToggle) SetEnableLocalLoginNil()
- func (o FeatureToggle) ToMap() (map[string]interface{}, error)deprecated
- func (o *FeatureToggle) UnsetDefaultEmailNotifications()
- func (o *FeatureToggle) UnsetEnableCommitSignatures()
- func (o *FeatureToggle) UnsetEnableLocalLogin()
- type FeatureToggleDefaultEmailNotifications
- type FeatureToggleGetDefaultEmailNotificationsArgTypedeprecated
- type FeatureToggleGetDefaultEmailNotificationsAttributeTypedeprecated
- type FeatureToggleGetDefaultEmailNotificationsRetTypedeprecated
- type FeatureTogglegetEnableCommitSignaturesArgTypedeprecated
- type FeatureTogglegetEnableCommitSignaturesAttributeType
- type FeatureTogglegetEnableCommitSignaturesRetTypedeprecated
- type FeatureTogglegetEnableLocalLoginArgTypedeprecated
- type FeatureTogglegetEnableLocalLoginAttributeType
- type FeatureTogglegetEnableLocalLoginRetTypedeprecated
- type Flavor
- func (o *Flavor) GetAvailability() (ret FlavorGetAvailabilityRetType)
- func (o *Flavor) GetAvailabilityOk() (ret FlavorGetAvailabilityRetType, ok bool)
- func (o *Flavor) GetDescription() (ret FlavorGetDescriptionRetType)
- func (o *Flavor) GetDescriptionOk() (ret FlavorGetDescriptionRetType, ok bool)
- func (o *Flavor) GetDisplayName() (ret FlavorGetDisplayNameRetType)
- func (o *Flavor) GetDisplayNameOk() (ret FlavorGetDisplayNameRetType, ok bool)
- func (o *Flavor) GetId() (ret FlavorGetIdRetType)
- func (o *Flavor) GetIdOk() (ret FlavorGetIdRetType, ok bool)
- func (o *Flavor) GetSku() (ret FlavorGetSkuRetType)
- func (o *Flavor) GetSkuOk() (ret FlavorGetSkuRetType, ok bool)
- func (o *Flavor) SetAvailability(v FlavorGetAvailabilityRetType)
- func (o *Flavor) SetDescription(v FlavorGetDescriptionRetType)
- func (o *Flavor) SetDisplayName(v FlavorGetDisplayNameRetType)
- func (o *Flavor) SetId(v FlavorGetIdRetType)
- func (o *Flavor) SetSku(v FlavorGetSkuRetType)
- func (o Flavor) ToMap() (map[string]interface{}, error)deprecated
- type FlavorAvailability
- type FlavorGetAvailabilityArgTypedeprecated
- type FlavorGetAvailabilityAttributeTypedeprecated
- type FlavorGetAvailabilityRetTypedeprecated
- type FlavorGetDescriptionArgTypedeprecated
- type FlavorGetDescriptionAttributeType
- type FlavorGetDescriptionRetTypedeprecated
- type FlavorGetDisplayNameArgTypedeprecated
- type FlavorGetDisplayNameAttributeType
- type FlavorGetDisplayNameRetTypedeprecated
- type FlavorGetIdArgTypedeprecated
- type FlavorGetIdAttributeType
- type FlavorGetIdRetTypedeprecated
- type FlavorGetSkuArgTypedeprecated
- type FlavorGetSkuAttributeType
- type FlavorGetSkuRetTypedeprecated
- type GenericErrorResponse
- func (o *GenericErrorResponse) GetDetails() (res GenericErrorResponseGetDetailsRetType)
- func (o *GenericErrorResponse) GetDetailsOk() (ret GenericErrorResponseGetDetailsRetType, ok bool)
- func (o *GenericErrorResponse) GetMessage() (ret GenericErrorResponseGetMessageRetType)
- func (o *GenericErrorResponse) GetMessageOk() (ret GenericErrorResponseGetMessageRetType, ok bool)
- func (o *GenericErrorResponse) HasDetails() bool
- func (o *GenericErrorResponse) SetDetails(v GenericErrorResponseGetDetailsRetType)
- func (o *GenericErrorResponse) SetMessage(v GenericErrorResponseGetMessageRetType)
- func (o GenericErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type GenericErrorResponseGetDetailsArgTypedeprecated
- type GenericErrorResponseGetDetailsAttributeType
- type GenericErrorResponseGetDetailsRetTypedeprecated
- type GenericErrorResponseGetMessageArgTypedeprecated
- type GenericErrorResponseGetMessageAttributeType
- type GenericErrorResponseGetMessageRetTypedeprecated
- type GetAuthenticationRequestdeprecated
- type GetInstanceRequestdeprecated
- type GetRunnerRequestdeprecated
- type Instance
- func (o *Instance) GetAcl() (ret InstanceGetAclRetType)
- func (o *Instance) GetAclOk() (ret InstanceGetAclRetType, ok bool)
- func (o *Instance) GetConsumedDisk() (ret InstanceGetConsumedDiskRetType)
- func (o *Instance) GetConsumedDiskOk() (ret InstanceGetConsumedDiskRetType, ok bool)
- func (o *Instance) GetConsumedObjectStorage() (ret InstanceGetConsumedObjectStorageRetType)
- func (o *Instance) GetConsumedObjectStorageOk() (ret InstanceGetConsumedObjectStorageRetType, ok bool)
- func (o *Instance) GetCreated() (ret InstanceGetCreatedRetType)
- func (o *Instance) GetCreatedOk() (ret InstanceGetCreatedRetType, ok bool)
- func (o *Instance) GetFeatureToggle() (ret InstanceGetFeatureToggleRetType)
- func (o *Instance) GetFeatureToggleOk() (ret InstanceGetFeatureToggleRetType, ok bool)
- func (o *Instance) GetFlavor() (ret InstanceGetFlavorRetType)
- func (o *Instance) GetFlavorOk() (ret InstanceGetFlavorRetType, ok bool)
- func (o *Instance) GetId() (ret InstanceGetIdRetType)
- func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
- func (o *Instance) GetName() (ret InstanceGetNameRetType)
- func (o *Instance) GetNameOk() (ret InstanceGetNameRetType, ok bool)
- func (o *Instance) GetState() (ret InstanceGetStateRetType)
- func (o *Instance) GetStateOk() (ret InstanceGetStateRetType, ok bool)
- func (o *Instance) GetUrl() (ret InstanceGetUrlRetType)
- func (o *Instance) GetUrlOk() (ret InstanceGetUrlRetType, ok bool)
- func (o *Instance) GetVersion() (ret InstanceGetVersionRetType)
- func (o *Instance) GetVersionOk() (ret InstanceGetVersionRetType, ok bool)
- func (o *Instance) SetAcl(v InstanceGetAclRetType)
- func (o *Instance) SetConsumedDisk(v InstanceGetConsumedDiskRetType)
- func (o *Instance) SetConsumedObjectStorage(v InstanceGetConsumedObjectStorageRetType)
- func (o *Instance) SetCreated(v InstanceGetCreatedRetType)
- func (o *Instance) SetFeatureToggle(v InstanceGetFeatureToggleRetType)
- func (o *Instance) SetFlavor(v InstanceGetFlavorRetType)
- func (o *Instance) SetId(v InstanceGetIdRetType)
- func (o *Instance) SetName(v InstanceGetNameRetType)
- func (o *Instance) SetState(v InstanceGetStateRetType)
- func (o *Instance) SetUrl(v InstanceGetUrlRetType)
- func (o *Instance) SetVersion(v InstanceGetVersionRetType)
- func (o Instance) ToMap() (map[string]interface{}, error)deprecated
- type InstanceGetAclArgTypedeprecated
- type InstanceGetAclAttributeType
- type InstanceGetAclRetTypedeprecated
- type InstanceGetConsumedDiskArgTypedeprecated
- type InstanceGetConsumedDiskAttributeType
- type InstanceGetConsumedDiskRetTypedeprecated
- type InstanceGetConsumedObjectStorageArgTypedeprecated
- type InstanceGetConsumedObjectStorageAttributeType
- type InstanceGetConsumedObjectStorageRetTypedeprecated
- type InstanceGetCreatedArgTypedeprecated
- type InstanceGetCreatedAttributeType
- type InstanceGetCreatedRetTypedeprecated
- type InstanceGetFeatureToggleArgTypedeprecated
- type InstanceGetFeatureToggleAttributeType
- type InstanceGetFeatureToggleRetTypedeprecated
- type InstanceGetFlavorArgTypedeprecated
- type InstanceGetFlavorAttributeType
- type InstanceGetFlavorRetTypedeprecated
- type InstanceGetIdArgTypedeprecated
- type InstanceGetIdAttributeType
- type InstanceGetIdRetTypedeprecated
- type InstanceGetNameArgTypedeprecated
- type InstanceGetNameAttributeType
- type InstanceGetNameRetTypedeprecated
- type InstanceGetStateArgTypedeprecated
- type InstanceGetStateAttributeTypedeprecated
- type InstanceGetStateRetTypedeprecated
- type InstanceGetUrlArgTypedeprecated
- type InstanceGetUrlAttributeType
- type InstanceGetUrlRetTypedeprecated
- type InstanceGetVersionArgTypedeprecated
- type InstanceGetVersionAttributeType
- type InstanceGetVersionRetTypedeprecated
- type InstanceState
- type InternalServerErrorResponse
- func (o *InternalServerErrorResponse) GetDetails() (res InternalServerErrorResponseGetDetailsRetType)
- func (o *InternalServerErrorResponse) GetDetailsOk() (ret InternalServerErrorResponseGetDetailsRetType, ok bool)
- func (o *InternalServerErrorResponse) GetError() (res InternalServerErrorResponseGetErrorRetType)
- func (o *InternalServerErrorResponse) GetErrorOk() (ret InternalServerErrorResponseGetErrorRetType, ok bool)
- func (o *InternalServerErrorResponse) HasDetails() bool
- func (o *InternalServerErrorResponse) HasError() bool
- func (o *InternalServerErrorResponse) SetDetails(v InternalServerErrorResponseGetDetailsRetType)
- func (o *InternalServerErrorResponse) SetError(v InternalServerErrorResponseGetErrorRetType)
- func (o InternalServerErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type InternalServerErrorResponseGetDetailsArgTypedeprecated
- type InternalServerErrorResponseGetDetailsAttributeType
- type InternalServerErrorResponseGetDetailsRetTypedeprecated
- type InternalServerErrorResponseGetErrorArgTypedeprecated
- type InternalServerErrorResponseGetErrorAttributeType
- type InternalServerErrorResponseGetErrorRetTypedeprecated
- type ListAuthenticationRequestdeprecated
- type ListFlavors
- type ListFlavorsGetFlavorsArgTypedeprecated
- type ListFlavorsGetFlavorsAttributeType
- type ListFlavorsGetFlavorsRetTypedeprecated
- type ListFlavorsRequestdeprecated
- type ListInstances
- func (o *ListInstances) GetInstances() (ret ListInstancesGetInstancesRetType)
- func (o *ListInstances) GetInstancesOk() (ret ListInstancesGetInstancesRetType, ok bool)
- func (o *ListInstances) SetInstances(v ListInstancesGetInstancesRetType)
- func (o ListInstances) ToMap() (map[string]interface{}, error)deprecated
- type ListInstancesGetInstancesArgTypedeprecated
- type ListInstancesGetInstancesAttributeType
- type ListInstancesGetInstancesRetTypedeprecated
- type ListInstancesRequestdeprecated
- type ListRunnerRuntimesRequestdeprecated
- type MappedNullabledeprecated
- type NotFoundErrorResponse
- func (o *NotFoundErrorResponse) GetDetails() (res NotFoundErrorResponseGetDetailsRetType)
- func (o *NotFoundErrorResponse) GetDetailsOk() (ret NotFoundErrorResponseGetDetailsRetType, ok bool)
- func (o *NotFoundErrorResponse) GetError() (res NotFoundErrorResponseGetErrorRetType)
- func (o *NotFoundErrorResponse) GetErrorOk() (ret NotFoundErrorResponseGetErrorRetType, ok bool)
- func (o *NotFoundErrorResponse) HasDetails() bool
- func (o *NotFoundErrorResponse) HasError() bool
- func (o *NotFoundErrorResponse) SetDetails(v NotFoundErrorResponseGetDetailsRetType)
- func (o *NotFoundErrorResponse) SetError(v NotFoundErrorResponseGetErrorRetType)
- func (o NotFoundErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type NotFoundErrorResponseGetDetailsArgTypedeprecated
- type NotFoundErrorResponseGetDetailsAttributeType
- type NotFoundErrorResponseGetDetailsRetTypedeprecated
- type NotFoundErrorResponseGetErrorArgTypedeprecated
- type NotFoundErrorResponseGetErrorAttributeType
- type NotFoundErrorResponseGetErrorRetTypedeprecated
- type NullableAlreadyExistsErrordeprecated
- func (v NullableAlreadyExistsError) Get() *AlreadyExistsErrordeprecated
- func (v NullableAlreadyExistsError) IsSet() booldeprecated
- func (v NullableAlreadyExistsError) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAlreadyExistsError) Set(val *AlreadyExistsError)deprecated
- func (v *NullableAlreadyExistsError) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAlreadyExistsError) Unset()deprecated
- type NullableAuthenticationdeprecated
- func (v NullableAuthentication) Get() *Authenticationdeprecated
- func (v NullableAuthentication) IsSet() booldeprecated
- func (v NullableAuthentication) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuthentication) Set(val *Authentication)deprecated
- func (v *NullableAuthentication) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuthentication) Unset()deprecated
- type NullableAuthenticationListdeprecated
- func (v NullableAuthenticationList) Get() *AuthenticationListdeprecated
- func (v NullableAuthenticationList) IsSet() booldeprecated
- func (v NullableAuthenticationList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuthenticationList) Set(val *AuthenticationList)deprecated
- func (v *NullableAuthenticationList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuthenticationList) Unset()deprecated
- type NullableBadErrorResponsedeprecated
- func (v NullableBadErrorResponse) Get() *BadErrorResponsedeprecated
- func (v NullableBadErrorResponse) IsSet() booldeprecated
- func (v NullableBadErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBadErrorResponse) Set(val *BadErrorResponse)deprecated
- func (v *NullableBadErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBadErrorResponse) Unset()deprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableConflictErrorResponsedeprecated
- func (v NullableConflictErrorResponse) Get() *ConflictErrorResponsedeprecated
- func (v NullableConflictErrorResponse) IsSet() booldeprecated
- func (v NullableConflictErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableConflictErrorResponse) Set(val *ConflictErrorResponse)deprecated
- func (v *NullableConflictErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableConflictErrorResponse) Unset()deprecated
- type NullableCreateAuthenticationPayloaddeprecated
- func (v NullableCreateAuthenticationPayload) Get() *CreateAuthenticationPayloaddeprecated
- func (v NullableCreateAuthenticationPayload) IsSet() booldeprecated
- func (v NullableCreateAuthenticationPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateAuthenticationPayload) Set(val *CreateAuthenticationPayload)deprecated
- func (v *NullableCreateAuthenticationPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateAuthenticationPayload) Unset()deprecated
- type NullableCreateInstancePayloaddeprecated
- func (v NullableCreateInstancePayload) Get() *CreateInstancePayloaddeprecated
- func (v NullableCreateInstancePayload) IsSet() booldeprecated
- func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)deprecated
- func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateInstancePayload) Unset()deprecated
- type NullableCreateInstancePayloadFlavordeprecated
- func (v NullableCreateInstancePayloadFlavor) Get() *CreateInstancePayloadFlavordeprecated
- func (v NullableCreateInstancePayloadFlavor) IsSet() booldeprecated
- func (v NullableCreateInstancePayloadFlavor) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateInstancePayloadFlavor) Set(val *CreateInstancePayloadFlavor)deprecated
- func (v *NullableCreateInstancePayloadFlavor) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateInstancePayloadFlavor) Unset()deprecated
- type NullableCreateRunnerPayloaddeprecated
- func (v NullableCreateRunnerPayload) Get() *CreateRunnerPayloaddeprecated
- func (v NullableCreateRunnerPayload) IsSet() booldeprecated
- func (v NullableCreateRunnerPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateRunnerPayload) Set(val *CreateRunnerPayload)deprecated
- func (v *NullableCreateRunnerPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateRunnerPayload) Unset()deprecated
- type NullableFeatureToggledeprecated
- func (v NullableFeatureToggle) Get() *FeatureToggledeprecated
- func (v NullableFeatureToggle) IsSet() booldeprecated
- func (v NullableFeatureToggle) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFeatureToggle) Set(val *FeatureToggle)deprecated
- func (v *NullableFeatureToggle) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFeatureToggle) Unset()deprecated
- type NullableFeatureToggleDefaultEmailNotificationsdeprecated
- func (v NullableFeatureToggleDefaultEmailNotifications) Get() *FeatureToggleDefaultEmailNotificationsdeprecated
- func (v NullableFeatureToggleDefaultEmailNotifications) IsSet() booldeprecated
- func (v NullableFeatureToggleDefaultEmailNotifications) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFeatureToggleDefaultEmailNotifications) Set(val *FeatureToggleDefaultEmailNotifications)deprecated
- func (v *NullableFeatureToggleDefaultEmailNotifications) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFeatureToggleDefaultEmailNotifications) Unset()deprecated
- type NullableFlavordeprecated
- func (v NullableFlavor) Get() *Flavordeprecated
- func (v NullableFlavor) IsSet() booldeprecated
- func (v NullableFlavor) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFlavor) Set(val *Flavor)deprecated
- func (v *NullableFlavor) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFlavor) Unset()deprecated
- type NullableFlavorAvailabilitydeprecated
- func (v NullableFlavorAvailability) Get() *FlavorAvailabilitydeprecated
- func (v NullableFlavorAvailability) IsSet() booldeprecated
- func (v NullableFlavorAvailability) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFlavorAvailability) Set(val *FlavorAvailability)deprecated
- func (v *NullableFlavorAvailability) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFlavorAvailability) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableGenericErrorResponsedeprecated
- func (v NullableGenericErrorResponse) Get() *GenericErrorResponsedeprecated
- func (v NullableGenericErrorResponse) IsSet() booldeprecated
- func (v NullableGenericErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGenericErrorResponse) Set(val *GenericErrorResponse)deprecated
- func (v *NullableGenericErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGenericErrorResponse) Unset()deprecated
- type NullableInstancedeprecated
- func (v NullableInstance) Get() *Instancedeprecated
- func (v NullableInstance) IsSet() booldeprecated
- func (v NullableInstance) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInstance) Set(val *Instance)deprecated
- func (v *NullableInstance) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInstance) Unset()deprecated
- type NullableInstanceStatedeprecated
- func (v NullableInstanceState) Get() *InstanceStatedeprecated
- func (v NullableInstanceState) IsSet() booldeprecated
- func (v NullableInstanceState) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInstanceState) Set(val *InstanceState)deprecated
- func (v *NullableInstanceState) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInstanceState) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableInternalServerErrorResponsedeprecated
- func (v NullableInternalServerErrorResponse) Get() *InternalServerErrorResponsedeprecated
- func (v NullableInternalServerErrorResponse) IsSet() booldeprecated
- func (v NullableInternalServerErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInternalServerErrorResponse) Set(val *InternalServerErrorResponse)deprecated
- func (v *NullableInternalServerErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInternalServerErrorResponse) Unset()deprecated
- type NullableListFlavorsdeprecated
- func (v NullableListFlavors) Get() *ListFlavorsdeprecated
- func (v NullableListFlavors) IsSet() booldeprecated
- func (v NullableListFlavors) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListFlavors) Set(val *ListFlavors)deprecated
- func (v *NullableListFlavors) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListFlavors) Unset()deprecated
- type NullableListInstancesdeprecated
- func (v NullableListInstances) Get() *ListInstancesdeprecated
- func (v NullableListInstances) IsSet() booldeprecated
- func (v NullableListInstances) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListInstances) Set(val *ListInstances)deprecated
- func (v *NullableListInstances) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListInstances) Unset()deprecated
- type NullableNotFoundErrorResponsedeprecated
- func (v NullableNotFoundErrorResponse) Get() *NotFoundErrorResponsedeprecated
- func (v NullableNotFoundErrorResponse) IsSet() booldeprecated
- func (v NullableNotFoundErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableNotFoundErrorResponse) Set(val *NotFoundErrorResponse)deprecated
- func (v *NullableNotFoundErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableNotFoundErrorResponse) Unset()deprecated
- type NullablePatchAuthenticationPayloaddeprecated
- func (v NullablePatchAuthenticationPayload) Get() *PatchAuthenticationPayloaddeprecated
- func (v NullablePatchAuthenticationPayload) IsSet() booldeprecated
- func (v NullablePatchAuthenticationPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePatchAuthenticationPayload) Set(val *PatchAuthenticationPayload)deprecated
- func (v *NullablePatchAuthenticationPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePatchAuthenticationPayload) Unset()deprecated
- type NullablePatchInstancePayloaddeprecated
- func (v NullablePatchInstancePayload) Get() *PatchInstancePayloaddeprecated
- func (v NullablePatchInstancePayload) IsSet() booldeprecated
- func (v NullablePatchInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePatchInstancePayload) Set(val *PatchInstancePayload)deprecated
- func (v *NullablePatchInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePatchInstancePayload) Unset()deprecated
- type NullablePatchOperationdeprecated
- func (v NullablePatchOperation) Get() *PatchOperationdeprecated
- func (v NullablePatchOperation) IsSet() booldeprecated
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePatchOperation) Set(val *PatchOperation)deprecated
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePatchOperation) Unset()deprecated
- type NullablePatchOperationOpdeprecated
- func (v NullablePatchOperationOp) Get() *PatchOperationOpdeprecated
- func (v NullablePatchOperationOp) IsSet() booldeprecated
- func (v NullablePatchOperationOp) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePatchOperationOp) Set(val *PatchOperationOp)deprecated
- func (v *NullablePatchOperationOp) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePatchOperationOp) Unset()deprecated
- type NullableRunnerdeprecated
- func (v NullableRunner) Get() *Runnerdeprecated
- func (v NullableRunner) IsSet() booldeprecated
- func (v NullableRunner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableRunner) Set(val *Runner)deprecated
- func (v *NullableRunner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableRunner) Unset()deprecated
- type NullableRunnerRuntimedeprecated
- func (v NullableRunnerRuntime) Get() *RunnerRuntimedeprecated
- func (v NullableRunnerRuntime) IsSet() booldeprecated
- func (v NullableRunnerRuntime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableRunnerRuntime) Set(val *RunnerRuntime)deprecated
- func (v *NullableRunnerRuntime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableRunnerRuntime) Unset()deprecated
- type NullableRunnerRuntimeListdeprecated
- func (v NullableRunnerRuntimeList) Get() *RunnerRuntimeListdeprecated
- func (v NullableRunnerRuntimeList) IsSet() booldeprecated
- func (v NullableRunnerRuntimeList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableRunnerRuntimeList) Set(val *RunnerRuntimeList)deprecated
- func (v *NullableRunnerRuntimeList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableRunnerRuntimeList) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableUnauthorizedErrorResponsedeprecated
- func (v NullableUnauthorizedErrorResponse) Get() *UnauthorizedErrorResponsedeprecated
- func (v NullableUnauthorizedErrorResponse) IsSet() booldeprecated
- func (v NullableUnauthorizedErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUnauthorizedErrorResponse) Set(val *UnauthorizedErrorResponse)deprecated
- func (v *NullableUnauthorizedErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUnauthorizedErrorResponse) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type PatchAuthenticationPayload
- func (o *PatchAuthenticationPayload) GetAutoDiscoverUrl() (res PatchAuthenticationPayloadGetAutoDiscoverUrlRetType)
- func (o *PatchAuthenticationPayload) GetAutoDiscoverUrlOk() (ret PatchAuthenticationPayloadGetAutoDiscoverUrlRetType, ok bool)
- func (o *PatchAuthenticationPayload) GetClientId() (res PatchAuthenticationPayloadGetClientIdRetType)
- func (o *PatchAuthenticationPayload) GetClientIdOk() (ret PatchAuthenticationPayloadGetClientIdRetType, ok bool)
- func (o *PatchAuthenticationPayload) GetClientSecret() (res PatchAuthenticationPayloadGetClientSecretRetType)
- func (o *PatchAuthenticationPayload) GetClientSecretOk() (ret PatchAuthenticationPayloadGetClientSecretRetType, ok bool)
- func (o *PatchAuthenticationPayload) GetIconUrl() (res PatchAuthenticationPayloadGetIconUrlRetType)
- func (o *PatchAuthenticationPayload) GetIconUrlOk() (ret PatchAuthenticationPayloadGetIconUrlRetType, ok bool)
- func (o *PatchAuthenticationPayload) GetProvider() (res PatchAuthenticationPayloadGetProviderRetType)
- func (o *PatchAuthenticationPayload) GetProviderOk() (ret PatchAuthenticationPayloadGetProviderRetType, ok bool)
- func (o *PatchAuthenticationPayload) GetScopes() (res PatchAuthenticationPayloadGetScopesRetType)
- func (o *PatchAuthenticationPayload) GetScopesOk() (ret PatchAuthenticationPayloadGetScopesRetType, ok bool)
- func (o *PatchAuthenticationPayload) HasAutoDiscoverUrl() bool
- func (o *PatchAuthenticationPayload) HasClientId() bool
- func (o *PatchAuthenticationPayload) HasClientSecret() bool
- func (o *PatchAuthenticationPayload) HasIconUrl() bool
- func (o *PatchAuthenticationPayload) HasProvider() bool
- func (o *PatchAuthenticationPayload) HasScopes() bool
- func (o *PatchAuthenticationPayload) SetAutoDiscoverUrl(v PatchAuthenticationPayloadGetAutoDiscoverUrlRetType)
- func (o *PatchAuthenticationPayload) SetClientId(v PatchAuthenticationPayloadGetClientIdRetType)
- func (o *PatchAuthenticationPayload) SetClientSecret(v PatchAuthenticationPayloadGetClientSecretRetType)
- func (o *PatchAuthenticationPayload) SetIconUrl(v PatchAuthenticationPayloadGetIconUrlRetType)
- func (o *PatchAuthenticationPayload) SetProvider(v PatchAuthenticationPayloadGetProviderRetType)
- func (o *PatchAuthenticationPayload) SetScopes(v PatchAuthenticationPayloadGetScopesRetType)
- func (o PatchAuthenticationPayload) ToMap() (map[string]interface{}, error)deprecated
- type PatchAuthenticationPayloadGetAutoDiscoverUrlArgTypedeprecated
- type PatchAuthenticationPayloadGetAutoDiscoverUrlAttributeType
- type PatchAuthenticationPayloadGetAutoDiscoverUrlRetTypedeprecated
- type PatchAuthenticationPayloadGetClientIdArgTypedeprecated
- type PatchAuthenticationPayloadGetClientIdAttributeType
- type PatchAuthenticationPayloadGetClientIdRetTypedeprecated
- type PatchAuthenticationPayloadGetClientSecretArgTypedeprecated
- type PatchAuthenticationPayloadGetClientSecretAttributeType
- type PatchAuthenticationPayloadGetClientSecretRetTypedeprecated
- type PatchAuthenticationPayloadGetIconUrlArgTypedeprecated
- type PatchAuthenticationPayloadGetIconUrlAttributeType
- type PatchAuthenticationPayloadGetIconUrlRetTypedeprecated
- type PatchAuthenticationPayloadGetProviderArgTypedeprecated
- type PatchAuthenticationPayloadGetProviderAttributeType
- type PatchAuthenticationPayloadGetProviderRetTypedeprecated
- type PatchAuthenticationPayloadGetScopesArgTypedeprecated
- type PatchAuthenticationPayloadGetScopesAttributeType
- type PatchAuthenticationPayloadGetScopesRetTypedeprecated
- type PatchAuthenticationRequestdeprecated
- type PatchInstancePayload
- func (o *PatchInstancePayload) GetAcl() (res PatchInstancePayloadGetAclRetType)
- func (o *PatchInstancePayload) GetAclOk() (ret PatchInstancePayloadGetAclRetType, ok bool)
- func (o *PatchInstancePayload) GetFeatureToggle() (res PatchInstancePayloadGetFeatureToggleRetType)
- func (o *PatchInstancePayload) GetFeatureToggleOk() (ret PatchInstancePayloadGetFeatureToggleRetType, ok bool)
- func (o *PatchInstancePayload) HasAcl() bool
- func (o *PatchInstancePayload) HasFeatureToggle() bool
- func (o *PatchInstancePayload) SetAcl(v PatchInstancePayloadGetAclRetType)
- func (o *PatchInstancePayload) SetFeatureToggle(v PatchInstancePayloadGetFeatureToggleRetType)
- func (o PatchInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type PatchInstancePayloadGetAclArgTypedeprecated
- type PatchInstancePayloadGetAclAttributeType
- type PatchInstancePayloadGetAclRetTypedeprecated
- type PatchInstancePayloadGetFeatureToggleArgTypedeprecated
- type PatchInstancePayloadGetFeatureToggleAttributeType
- type PatchInstancePayloadGetFeatureToggleRetTypedeprecated
- type PatchInstanceRequestdeprecated
- type PatchOperation
- func (o *PatchOperation) GetOp() (ret PatchOperationGetOpRetType)
- func (o *PatchOperation) GetOpOk() (ret PatchOperationGetOpRetType, ok bool)
- func (o *PatchOperation) GetPath() (ret PatchOperationGetPathRetType)
- func (o *PatchOperation) GetPathOk() (ret PatchOperationGetPathRetType, ok bool)
- func (o *PatchOperation) GetValue() (res PatchOperationGetValueRetType)
- func (o *PatchOperation) GetValueOk() (ret PatchOperationGetValueRetType, ok bool)
- func (o *PatchOperation) HasValue() bool
- func (o *PatchOperation) SetOp(v PatchOperationGetOpRetType)
- func (o *PatchOperation) SetPath(v PatchOperationGetPathRetType)
- func (o *PatchOperation) SetValue(v PatchOperationGetValueRetType)
- func (o PatchOperation) ToMap() (map[string]interface{}, error)deprecated
- type PatchOperationGetOpArgTypedeprecated
- type PatchOperationGetOpAttributeTypedeprecated
- type PatchOperationGetOpRetTypedeprecated
- type PatchOperationGetPathArgTypedeprecated
- type PatchOperationGetPathAttributeType
- type PatchOperationGetPathRetTypedeprecated
- type PatchOperationGetValueArgTypedeprecated
- type PatchOperationGetValueAttributeType
- type PatchOperationGetValueRetTypedeprecated
- type PatchOperationOp
- type Runner
- func (o *Runner) GetCreatedAt() (ret RunnerGetCreatedAtRetType)
- func (o *Runner) GetCreatedAtOk() (ret RunnerGetCreatedAtRetType, ok bool)
- func (o *Runner) GetId() (ret RunnerGetIdRetType)
- func (o *Runner) GetIdOk() (ret RunnerGetIdRetType, ok bool)
- func (o *Runner) GetLabels() (ret RunnerGetLabelsRetType)
- func (o *Runner) GetLabelsOk() (ret RunnerGetLabelsRetType, ok bool)
- func (o *Runner) GetStatus() (ret RunnerGetStatusRetType)
- func (o *Runner) GetStatusOk() (ret RunnerGetStatusRetType, ok bool)
- func (o *Runner) SetCreatedAt(v RunnerGetCreatedAtRetType)
- func (o *Runner) SetId(v RunnerGetIdRetType)
- func (o *Runner) SetLabels(v RunnerGetLabelsRetType)
- func (o *Runner) SetStatus(v RunnerGetStatusRetType)
- func (o Runner) ToMap() (map[string]interface{}, error)deprecated
- type RunnerGetCreatedAtArgTypedeprecated
- type RunnerGetCreatedAtAttributeType
- type RunnerGetCreatedAtRetTypedeprecated
- type RunnerGetIdArgTypedeprecated
- type RunnerGetIdAttributeType
- type RunnerGetIdRetTypedeprecated
- type RunnerGetLabelsArgTypedeprecated
- type RunnerGetLabelsAttributeType
- type RunnerGetLabelsRetTypedeprecated
- type RunnerGetStatusArgTypedeprecated
- type RunnerGetStatusAttributeType
- type RunnerGetStatusRetTypedeprecated
- type RunnerRuntime
- func (o *RunnerRuntime) GetAvailability() (ret RunnerRuntimeGetAvailabilityRetType)
- func (o *RunnerRuntime) GetAvailabilityOk() (ret RunnerRuntimeGetAvailabilityRetType, ok bool)
- func (o *RunnerRuntime) GetDescription() (ret RunnerRuntimeGetDescriptionRetType)
- func (o *RunnerRuntime) GetDescriptionOk() (ret RunnerRuntimeGetDescriptionRetType, ok bool)
- func (o *RunnerRuntime) GetDisplayName() (ret RunnerRuntimeGetDisplayNameRetType)
- func (o *RunnerRuntime) GetDisplayNameOk() (ret RunnerRuntimeGetDisplayNameRetType, ok bool)
- func (o *RunnerRuntime) GetId() (ret RunnerRuntimeGetIdRetType)
- func (o *RunnerRuntime) GetIdOk() (ret RunnerRuntimeGetIdRetType, ok bool)
- func (o *RunnerRuntime) GetLabel() (ret RunnerRuntimeGetLabelRetType)
- func (o *RunnerRuntime) GetLabelOk() (ret RunnerRuntimeGetLabelRetType, ok bool)
- func (o *RunnerRuntime) SetAvailability(v RunnerRuntimeGetAvailabilityRetType)
- func (o *RunnerRuntime) SetDescription(v RunnerRuntimeGetDescriptionRetType)
- func (o *RunnerRuntime) SetDisplayName(v RunnerRuntimeGetDisplayNameRetType)
- func (o *RunnerRuntime) SetId(v RunnerRuntimeGetIdRetType)
- func (o *RunnerRuntime) SetLabel(v RunnerRuntimeGetLabelRetType)
- func (o RunnerRuntime) ToMap() (map[string]interface{}, error)deprecated
- type RunnerRuntimeGetAvailabilityArgTypedeprecated
- type RunnerRuntimeGetAvailabilityAttributeType
- type RunnerRuntimeGetAvailabilityRetTypedeprecated
- type RunnerRuntimeGetDescriptionArgTypedeprecated
- type RunnerRuntimeGetDescriptionAttributeType
- type RunnerRuntimeGetDescriptionRetTypedeprecated
- type RunnerRuntimeGetDisplayNameArgTypedeprecated
- type RunnerRuntimeGetDisplayNameAttributeType
- type RunnerRuntimeGetDisplayNameRetTypedeprecated
- type RunnerRuntimeGetIdArgTypedeprecated
- type RunnerRuntimeGetIdAttributeType
- type RunnerRuntimeGetIdRetTypedeprecated
- type RunnerRuntimeGetLabelArgTypedeprecated
- type RunnerRuntimeGetLabelAttributeType
- type RunnerRuntimeGetLabelRetTypedeprecated
- type RunnerRuntimeList
- func (o *RunnerRuntimeList) GetItems() (ret RunnerRuntimeListGetItemsRetType)
- func (o *RunnerRuntimeList) GetItemsOk() (ret RunnerRuntimeListGetItemsRetType, ok bool)
- func (o *RunnerRuntimeList) SetItems(v RunnerRuntimeListGetItemsRetType)
- func (o RunnerRuntimeList) ToMap() (map[string]interface{}, error)deprecated
- type RunnerRuntimeListGetItemsArgTypedeprecated
- type RunnerRuntimeListGetItemsAttributeType
- type RunnerRuntimeListGetItemsRetTypedeprecated
- type UnauthorizedErrorResponse
- func (o *UnauthorizedErrorResponse) GetError() (res UnauthorizedErrorResponseGetErrorRetType)
- func (o *UnauthorizedErrorResponse) GetErrorOk() (ret UnauthorizedErrorResponseGetErrorRetType, ok bool)
- func (o *UnauthorizedErrorResponse) GetMessage() (ret UnauthorizedErrorResponseGetMessageRetType)
- func (o *UnauthorizedErrorResponse) GetMessageOk() (ret UnauthorizedErrorResponseGetMessageRetType, ok bool)
- func (o *UnauthorizedErrorResponse) GetPath() (res UnauthorizedErrorResponseGetPathRetType)
- func (o *UnauthorizedErrorResponse) GetPathOk() (ret UnauthorizedErrorResponseGetPathRetType, ok bool)
- func (o *UnauthorizedErrorResponse) GetStatus() (res UnauthorizedErrorResponseGetStatusRetType)
- func (o *UnauthorizedErrorResponse) GetStatusOk() (ret UnauthorizedErrorResponseGetStatusRetType, ok bool)
- func (o *UnauthorizedErrorResponse) GetTimestamp() (res UnauthorizedErrorResponseGetTimestampRetType)
- func (o *UnauthorizedErrorResponse) GetTimestampOk() (ret UnauthorizedErrorResponseGetTimestampRetType, ok bool)
- func (o *UnauthorizedErrorResponse) HasError() bool
- func (o *UnauthorizedErrorResponse) HasPath() bool
- func (o *UnauthorizedErrorResponse) HasStatus() bool
- func (o *UnauthorizedErrorResponse) HasTimestamp() bool
- func (o *UnauthorizedErrorResponse) SetError(v UnauthorizedErrorResponseGetErrorRetType)
- func (o *UnauthorizedErrorResponse) SetMessage(v UnauthorizedErrorResponseGetMessageRetType)
- func (o *UnauthorizedErrorResponse) SetPath(v UnauthorizedErrorResponseGetPathRetType)
- func (o *UnauthorizedErrorResponse) SetStatus(v UnauthorizedErrorResponseGetStatusRetType)
- func (o *UnauthorizedErrorResponse) SetTimestamp(v UnauthorizedErrorResponseGetTimestampRetType)
- func (o UnauthorizedErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type UnauthorizedErrorResponseGetErrorArgTypedeprecated
- type UnauthorizedErrorResponseGetErrorAttributeType
- type UnauthorizedErrorResponseGetErrorRetTypedeprecated
- type UnauthorizedErrorResponseGetMessageArgTypedeprecated
- type UnauthorizedErrorResponseGetMessageAttributeType
- type UnauthorizedErrorResponseGetMessageRetTypedeprecated
- type UnauthorizedErrorResponseGetPathArgTypedeprecated
- type UnauthorizedErrorResponseGetPathAttributeType
- type UnauthorizedErrorResponseGetPathRetTypedeprecated
- type UnauthorizedErrorResponseGetStatusArgTypedeprecated
- type UnauthorizedErrorResponseGetStatusAttributeType
- type UnauthorizedErrorResponseGetStatusRetTypedeprecated
- type UnauthorizedErrorResponseGetTimestampArgTypedeprecated
- type UnauthorizedErrorResponseGetTimestampAttributeType
- type UnauthorizedErrorResponseGetTimestampRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedCreateInstancePayloadFlavorEnumValues = []CreateInstancePayloadFlavor{
"git-10",
"git-100",
}
All allowed values of CreateInstancePayload enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedFeatureToggleDefaultEmailNotificationsEnumValues = []FeatureToggleDefaultEmailNotifications{
"enabled",
"disabled",
"onmention",
"andyourown",
}
All allowed values of FeatureToggle enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedFlavorAvailabilityEnumValues = []FlavorAvailability{
"available",
"unavailable",
"internal",
"deprecated",
}
All allowed values of Flavor enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedInstanceStateEnumValues = []InstanceState{
"Creating",
"WaitingForResources",
"Updating",
"Deleting",
"Ready",
"Error",
}
All allowed values of Instance enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPatchOperationOpEnumValues = []PatchOperationOp{
"add",
"remove",
}
All allowed values of PatchOperation enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Git API API v1beta.0.4 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateAuthentication
deprecated
added in
v0.11.0
func (a *APIClient) CreateAuthentication(ctx context.Context, projectId string, instanceId string) ApiCreateAuthenticationRequest
CreateAuthentication: Creates an authentication source
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiCreateAuthenticationRequest
func (*APIClient) CreateAuthenticationExecute
deprecated
added in
v0.11.0
func (*APIClient) CreateInstance
deprecated
added in
v0.2.0
func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
CreateInstance: Create an Instance.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @return ApiCreateInstanceRequest
func (*APIClient) CreateRunner
deprecated
added in
v0.11.0
func (a *APIClient) CreateRunner(ctx context.Context, projectId string, instanceId string) ApiCreateRunnerRequest
CreateRunner: Create the runner associated to this instance.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiCreateRunnerRequest
func (*APIClient) DeleteAuthentication
deprecated
added in
v0.11.0
func (a *APIClient) DeleteAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiDeleteAuthenticationRequest
DeleteAuthentication: Delete Authentication Source
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @param authenticationId Authentication Source identifier. @return ApiDeleteAuthenticationRequest
func (*APIClient) DeleteAuthenticationExecute
deprecated
added in
v0.11.0
func (*APIClient) DeleteInstance
deprecated
added in
v0.2.0
func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
DeleteInstance: Delete Instance.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiDeleteInstanceRequest
func (*APIClient) DeleteRunner
deprecated
added in
v0.11.0
func (a *APIClient) DeleteRunner(ctx context.Context, projectId string, instanceId string) ApiDeleteRunnerRequest
DeleteRunner: Delete Runner.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiDeleteRunnerRequest
func (*APIClient) GetAuthentication
deprecated
added in
v0.11.0
func (a *APIClient) GetAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiGetAuthenticationRequest
GetAuthentication: Get authentication provider
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @param authenticationId Authentication Source identifier. @return ApiGetAuthenticationRequest
func (*APIClient) GetAuthenticationExecute
deprecated
added in
v0.11.0
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetInstance
deprecated
added in
v0.2.0
func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
GetInstance: Get Instance information.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiGetInstanceRequest
func (*APIClient) GetRunner
deprecated
added in
v0.11.0
func (a *APIClient) GetRunner(ctx context.Context, projectId string, instanceId string) ApiGetRunnerRequest
GetRunner: Get Runner information.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiGetRunnerRequest
func (*APIClient) ListAuthentication
deprecated
added in
v0.11.0
func (a *APIClient) ListAuthentication(ctx context.Context, projectId string, instanceId string) ApiListAuthenticationRequest
ListAuthentication: List authentication sources
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiListAuthenticationRequest
func (*APIClient) ListAuthenticationExecute
deprecated
added in
v0.11.0
func (*APIClient) ListFlavors
deprecated
added in
v0.6.0
func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
ListFlavors: Returns the details for the given STACKIT Git flavors.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @return ApiListFlavorsRequest
func (*APIClient) ListFlavorsExecute
deprecated
added in
v0.6.0
func (*APIClient) ListInstances
deprecated
func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
ListInstances: List Instances.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @return ApiListInstancesRequest
func (*APIClient) ListInstancesExecute
deprecated
func (*APIClient) ListRunnerRuntimes
deprecated
added in
v0.11.0
func (a *APIClient) ListRunnerRuntimes(ctx context.Context, projectId string) ApiListRunnerRuntimesRequest
ListRunnerRuntimes: Method for ListRunnerRuntimes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @return ApiListRunnerRuntimesRequest
func (*APIClient) ListRunnerRuntimesExecute
deprecated
added in
v0.11.0
func (*APIClient) PatchAuthentication
deprecated
added in
v0.11.0
func (a *APIClient) PatchAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiPatchAuthenticationRequest
PatchAuthentication: Patch Authentication.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @param authenticationId Authentication Source identifier. @return ApiPatchAuthenticationRequest
func (*APIClient) PatchAuthenticationExecute
deprecated
added in
v0.11.0
func (*APIClient) PatchInstance
deprecated
added in
v0.8.0
func (a *APIClient) PatchInstance(ctx context.Context, projectId string, instanceId string) ApiPatchInstanceRequest
PatchInstance: Patch Instance.
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project identifier. @param instanceId Instance identifier. @return ApiPatchInstanceRequest
type AlreadyExistsError ¶ added in v0.11.0
type AlreadyExistsError struct {
// REQUIRED
Message AlreadyExistsErrorGetMessageAttributeType `json:"message" required:"true"`
}
AlreadyExistsError Error response when a resource already exists. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAlreadyExistsError ¶ added in v0.11.0
func NewAlreadyExistsError(message AlreadyExistsErrorGetMessageArgType) *AlreadyExistsError
NewAlreadyExistsError instantiates a new AlreadyExistsError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAlreadyExistsErrorWithDefaults ¶ added in v0.11.0
func NewAlreadyExistsErrorWithDefaults() *AlreadyExistsError
NewAlreadyExistsErrorWithDefaults instantiates a new AlreadyExistsError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AlreadyExistsError) GetMessage ¶ added in v0.11.0
func (o *AlreadyExistsError) GetMessage() (ret AlreadyExistsErrorGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AlreadyExistsError) GetMessageOk ¶ added in v0.11.0
func (o *AlreadyExistsError) GetMessageOk() (ret AlreadyExistsErrorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AlreadyExistsError) SetMessage ¶ added in v0.11.0
func (o *AlreadyExistsError) SetMessage(v AlreadyExistsErrorGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AlreadyExistsError) ToMap
deprecated
added in
v0.11.0
func (o AlreadyExistsError) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AlreadyExistsErrorGetMessageArgType
deprecated
added in
v0.11.0
type AlreadyExistsErrorGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AlreadyExistsErrorGetMessageAttributeType ¶ added in v0.11.0
type AlreadyExistsErrorGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AlreadyExistsErrorGetMessageRetType
deprecated
added in
v0.11.0
type AlreadyExistsErrorGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateAuthenticationRequest
deprecated
added in
v0.11.0
type ApiCreateAuthenticationRequest interface {
// Authentication Definition configuration data.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateAuthenticationPayload(createAuthenticationPayload CreateAuthenticationPayload) ApiCreateAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Authentication, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateInstanceRequest
deprecated
added in
v0.2.0
type ApiCreateInstanceRequest interface {
// Instance configuration options.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateRunnerRequest
deprecated
added in
v0.11.0
type ApiCreateRunnerRequest interface {
// Runner configuration options.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateRunnerPayload(createRunnerPayload CreateRunnerPayload) ApiCreateRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Runner, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteAuthenticationRequest
deprecated
added in
v0.11.0
type ApiDeleteAuthenticationRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteInstanceRequest
deprecated
added in
v0.2.0
type ApiDeleteInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteRunnerRequest
deprecated
added in
v0.11.0
type ApiDeleteRunnerRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetAuthenticationRequest
deprecated
added in
v0.11.0
type ApiGetAuthenticationRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Authentication, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetInstanceRequest
deprecated
added in
v0.2.0
type ApiGetInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetRunnerRequest
deprecated
added in
v0.11.0
type ApiGetRunnerRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Runner, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListAuthenticationRequest
deprecated
added in
v0.11.0
type ApiListAuthenticationRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AuthenticationList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListFlavorsRequest
deprecated
added in
v0.6.0
type ApiListFlavorsRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListFlavors, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListInstancesRequest
deprecated
type ApiListInstancesRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListInstances, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListRunnerRuntimesRequest
deprecated
added in
v0.11.0
type ApiListRunnerRuntimesRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*RunnerRuntimeList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPatchAuthenticationRequest
deprecated
added in
v0.11.0
type ApiPatchAuthenticationRequest interface {
// Authentication Definition configuration data.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PatchAuthenticationPayload(patchAuthenticationPayload PatchAuthenticationPayload) ApiPatchAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Authentication, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPatchInstanceRequest
deprecated
added in
v0.8.0
type ApiPatchInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PatchInstancePayload(patchInstancePayload PatchInstancePayload) ApiPatchInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Authentication ¶ added in v0.11.0
type Authentication struct {
// The well-known configuration url to use for this authentication definition.
// REQUIRED
AutoDiscoverUrl AuthenticationGetAutoDiscoverUrlAttributeType `json:"auto_discover_url" required:"true"`
// The IDP client id to use.
// REQUIRED
ClientId AuthenticationGetClientIdAttributeType `json:"client_id" required:"true"`
// The date and time the creation of the authentication definition was triggered.
// REQUIRED
CreatedAt AuthenticationGetCreatedAtAttributeType `json:"created_at" required:"true"`
// The url of the icon to use for this authentication definition.
// REQUIRED
IconUrl AuthenticationGetIconUrlAttributeType `json:"icon_url" required:"true"`
// An auto generated unique uuid which identifies the authentication definition in STACKIT Git instances.
// REQUIRED
Id AuthenticationGetIdAttributeType `json:"id" required:"true"`
// The name to identify an authentication definition associated with a STACKIT Git instance.
// REQUIRED
Name AuthenticationGetNameAttributeType `json:"name" required:"true"`
// The Oauth2 provider to use.
// REQUIRED
Provider AuthenticationGetProviderAttributeType `json:"provider" required:"true"`
// Scopes defines the OIDC scopes to request.
// REQUIRED
Scopes AuthenticationGetScopesAttributeType `json:"scopes" required:"true"`
// The current status of the authentication definition.
// REQUIRED
Status AuthenticationGetStatusAttributeType `json:"status" required:"true"`
}
Authentication Describes an authentication definition associated to a STACKIT Git instance. The provider type will be an openidConnect type. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthentication ¶ added in v0.11.0
func NewAuthentication(autoDiscoverUrl AuthenticationGetAutoDiscoverUrlArgType, clientId AuthenticationGetClientIdArgType, createdAt AuthenticationGetCreatedAtArgType, iconUrl AuthenticationGetIconUrlArgType, id AuthenticationGetIdArgType, name AuthenticationGetNameArgType, provider AuthenticationGetProviderArgType, scopes AuthenticationGetScopesArgType, status AuthenticationGetStatusArgType) *Authentication
NewAuthentication instantiates a new Authentication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthenticationWithDefaults ¶ added in v0.11.0
func NewAuthenticationWithDefaults() *Authentication
NewAuthenticationWithDefaults instantiates a new Authentication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetAutoDiscoverUrl ¶ added in v0.11.0
func (o *Authentication) GetAutoDiscoverUrl() (ret AuthenticationGetAutoDiscoverUrlRetType)
GetAutoDiscoverUrl returns the AutoDiscoverUrl field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetAutoDiscoverUrlOk ¶ added in v0.11.0
func (o *Authentication) GetAutoDiscoverUrlOk() (ret AuthenticationGetAutoDiscoverUrlRetType, ok bool)
GetAutoDiscoverUrlOk returns a tuple with the AutoDiscoverUrl field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetClientId ¶ added in v0.11.0
func (o *Authentication) GetClientId() (ret AuthenticationGetClientIdRetType)
GetClientId returns the ClientId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetClientIdOk ¶ added in v0.11.0
func (o *Authentication) GetClientIdOk() (ret AuthenticationGetClientIdRetType, ok bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetCreatedAt ¶ added in v0.11.0
func (o *Authentication) GetCreatedAt() (ret AuthenticationGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetCreatedAtOk ¶ added in v0.11.0
func (o *Authentication) GetCreatedAtOk() (ret AuthenticationGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetIconUrl ¶ added in v0.11.0
func (o *Authentication) GetIconUrl() (ret AuthenticationGetIconUrlRetType)
GetIconUrl returns the IconUrl field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetIconUrlOk ¶ added in v0.11.0
func (o *Authentication) GetIconUrlOk() (ret AuthenticationGetIconUrlRetType, ok bool)
GetIconUrlOk returns a tuple with the IconUrl field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetId ¶ added in v0.11.0
func (o *Authentication) GetId() (ret AuthenticationGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetIdOk ¶ added in v0.11.0
func (o *Authentication) GetIdOk() (ret AuthenticationGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetName ¶ added in v0.11.0
func (o *Authentication) GetName() (ret AuthenticationGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetNameOk ¶ added in v0.11.0
func (o *Authentication) GetNameOk() (ret AuthenticationGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetProvider ¶ added in v0.11.0
func (o *Authentication) GetProvider() (ret AuthenticationGetProviderRetType)
GetProvider returns the Provider field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetProviderOk ¶ added in v0.11.0
func (o *Authentication) GetProviderOk() (ret AuthenticationGetProviderRetType, ok bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetScopes ¶ added in v0.11.0
func (o *Authentication) GetScopes() (ret AuthenticationGetScopesRetType)
GetScopes returns the Scopes field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetScopesOk ¶ added in v0.11.0
func (o *Authentication) GetScopesOk() (ret AuthenticationGetScopesRetType, ok bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetStatus ¶ added in v0.11.0
func (o *Authentication) GetStatus() (ret AuthenticationGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) GetStatusOk ¶ added in v0.11.0
func (o *Authentication) GetStatusOk() (ret AuthenticationGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetAutoDiscoverUrl ¶ added in v0.11.0
func (o *Authentication) SetAutoDiscoverUrl(v AuthenticationGetAutoDiscoverUrlRetType)
SetAutoDiscoverUrl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetClientId ¶ added in v0.11.0
func (o *Authentication) SetClientId(v AuthenticationGetClientIdRetType)
SetClientId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetCreatedAt ¶ added in v0.11.0
func (o *Authentication) SetCreatedAt(v AuthenticationGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetIconUrl ¶ added in v0.11.0
func (o *Authentication) SetIconUrl(v AuthenticationGetIconUrlRetType)
SetIconUrl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetId ¶ added in v0.11.0
func (o *Authentication) SetId(v AuthenticationGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetName ¶ added in v0.11.0
func (o *Authentication) SetName(v AuthenticationGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetProvider ¶ added in v0.11.0
func (o *Authentication) SetProvider(v AuthenticationGetProviderRetType)
SetProvider sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetScopes ¶ added in v0.11.0
func (o *Authentication) SetScopes(v AuthenticationGetScopesRetType)
SetScopes sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Authentication) SetStatus ¶ added in v0.11.0
func (o *Authentication) SetStatus(v AuthenticationGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (Authentication) ToMap
deprecated
added in
v0.11.0
func (o Authentication) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetAutoDiscoverUrlArgType
deprecated
added in
v0.11.0
type AuthenticationGetAutoDiscoverUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetAutoDiscoverUrlAttributeType ¶ added in v0.11.0
type AuthenticationGetAutoDiscoverUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetAutoDiscoverUrlRetType
deprecated
added in
v0.11.0
type AuthenticationGetAutoDiscoverUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetClientIdArgType
deprecated
added in
v0.11.0
type AuthenticationGetClientIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetClientIdAttributeType ¶ added in v0.11.0
type AuthenticationGetClientIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetClientIdRetType
deprecated
added in
v0.11.0
type AuthenticationGetClientIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetCreatedAtArgType
deprecated
added in
v0.11.0
type AuthenticationGetCreatedAtAttributeType ¶ added in v0.11.0
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetCreatedAtRetType
deprecated
added in
v0.11.0
type AuthenticationGetIconUrlArgType
deprecated
added in
v0.11.0
type AuthenticationGetIconUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetIconUrlAttributeType ¶ added in v0.11.0
type AuthenticationGetIconUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetIconUrlRetType
deprecated
added in
v0.11.0
type AuthenticationGetIconUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetIdArgType
deprecated
added in
v0.11.0
type AuthenticationGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetIdAttributeType ¶ added in v0.11.0
type AuthenticationGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetIdRetType
deprecated
added in
v0.11.0
type AuthenticationGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetNameArgType
deprecated
added in
v0.11.0
type AuthenticationGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetNameAttributeType ¶ added in v0.11.0
type AuthenticationGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetNameRetType
deprecated
added in
v0.11.0
type AuthenticationGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetProviderArgType
deprecated
added in
v0.11.0
type AuthenticationGetProviderArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetProviderAttributeType ¶ added in v0.11.0
type AuthenticationGetProviderAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetProviderRetType
deprecated
added in
v0.11.0
type AuthenticationGetProviderRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetScopesArgType
deprecated
added in
v0.11.0
type AuthenticationGetScopesArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetScopesAttributeType ¶ added in v0.11.0
type AuthenticationGetScopesAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetScopesRetType
deprecated
added in
v0.11.0
type AuthenticationGetScopesRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetStatusArgType
deprecated
added in
v0.11.0
type AuthenticationGetStatusArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetStatusAttributeType ¶ added in v0.11.0
type AuthenticationGetStatusAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationGetStatusRetType
deprecated
added in
v0.11.0
type AuthenticationGetStatusRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationList ¶ added in v0.11.0
type AuthenticationList struct {
// REQUIRED
Authentication AuthenticationListGetAuthenticationAttributeType `json:"authentication" required:"true"`
}
AuthenticationList A list of authentications belonging to an Instance. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthenticationList ¶ added in v0.11.0
func NewAuthenticationList(authentication AuthenticationListGetAuthenticationArgType) *AuthenticationList
NewAuthenticationList instantiates a new AuthenticationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthenticationListWithDefaults ¶ added in v0.11.0
func NewAuthenticationListWithDefaults() *AuthenticationList
NewAuthenticationListWithDefaults instantiates a new AuthenticationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthenticationList) GetAuthentication ¶ added in v0.11.0
func (o *AuthenticationList) GetAuthentication() (ret AuthenticationListGetAuthenticationRetType)
GetAuthentication returns the Authentication field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthenticationList) GetAuthenticationOk ¶ added in v0.11.0
func (o *AuthenticationList) GetAuthenticationOk() (ret AuthenticationListGetAuthenticationRetType, ok bool)
GetAuthenticationOk returns a tuple with the Authentication field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthenticationList) SetAuthentication ¶ added in v0.11.0
func (o *AuthenticationList) SetAuthentication(v AuthenticationListGetAuthenticationRetType)
SetAuthentication sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuthenticationList) ToMap
deprecated
added in
v0.11.0
func (o AuthenticationList) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationListGetAuthenticationArgType
deprecated
added in
v0.11.0
type AuthenticationListGetAuthenticationArgType = []Authentication
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationListGetAuthenticationAttributeType ¶ added in v0.11.0
type AuthenticationListGetAuthenticationAttributeType = *[]Authentication
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthenticationListGetAuthenticationRetType
deprecated
added in
v0.11.0
type AuthenticationListGetAuthenticationRetType = []Authentication
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponse ¶ added in v0.11.0
type BadErrorResponse struct {
Details BadErrorResponseGetDetailsAttributeType `json:"details,omitempty"`
Error BadErrorResponseGetErrorAttributeType `json:"error,omitempty"`
}
BadErrorResponse 400 Error Response. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewBadErrorResponse ¶ added in v0.11.0
func NewBadErrorResponse() *BadErrorResponse
NewBadErrorResponse instantiates a new BadErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewBadErrorResponseWithDefaults ¶ added in v0.11.0
func NewBadErrorResponseWithDefaults() *BadErrorResponse
NewBadErrorResponseWithDefaults instantiates a new BadErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) GetDetails ¶ added in v0.11.0
func (o *BadErrorResponse) GetDetails() (res BadErrorResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) GetDetailsOk ¶ added in v0.11.0
func (o *BadErrorResponse) GetDetailsOk() (ret BadErrorResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) GetError ¶ added in v0.11.0
func (o *BadErrorResponse) GetError() (res BadErrorResponseGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) GetErrorOk ¶ added in v0.11.0
func (o *BadErrorResponse) GetErrorOk() (ret BadErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) HasDetails ¶ added in v0.11.0
func (o *BadErrorResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) HasError ¶ added in v0.11.0
func (o *BadErrorResponse) HasError() bool
HasError returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) SetDetails ¶ added in v0.11.0
func (o *BadErrorResponse) SetDetails(v BadErrorResponseGetDetailsRetType)
SetDetails gets a reference to the given string and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadErrorResponse) SetError ¶ added in v0.11.0
func (o *BadErrorResponse) SetError(v BadErrorResponseGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (BadErrorResponse) ToMap
deprecated
added in
v0.11.0
func (o BadErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetDetailsArgType
deprecated
added in
v0.11.0
type BadErrorResponseGetDetailsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetDetailsAttributeType ¶ added in v0.11.0
type BadErrorResponseGetDetailsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetDetailsRetType
deprecated
added in
v0.11.0
type BadErrorResponseGetDetailsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetErrorArgType
deprecated
added in
v0.11.0
type BadErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetErrorAttributeType ¶ added in v0.11.0
type BadErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadErrorResponseGetErrorRetType
deprecated
added in
v0.11.0
type BadErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponse ¶ added in v0.11.0
type ConflictErrorResponse struct {
Details ConflictErrorResponseGetDetailsAttributeType `json:"details,omitempty"`
Error ConflictErrorResponseGetErrorAttributeType `json:"error,omitempty"`
}
ConflictErrorResponse 409 Error Response. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConflictErrorResponse ¶ added in v0.11.0
func NewConflictErrorResponse() *ConflictErrorResponse
NewConflictErrorResponse instantiates a new ConflictErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConflictErrorResponseWithDefaults ¶ added in v0.11.0
func NewConflictErrorResponseWithDefaults() *ConflictErrorResponse
NewConflictErrorResponseWithDefaults instantiates a new ConflictErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) GetDetails ¶ added in v0.11.0
func (o *ConflictErrorResponse) GetDetails() (res ConflictErrorResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) GetDetailsOk ¶ added in v0.11.0
func (o *ConflictErrorResponse) GetDetailsOk() (ret ConflictErrorResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) GetError ¶ added in v0.11.0
func (o *ConflictErrorResponse) GetError() (res ConflictErrorResponseGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) GetErrorOk ¶ added in v0.11.0
func (o *ConflictErrorResponse) GetErrorOk() (ret ConflictErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) HasDetails ¶ added in v0.11.0
func (o *ConflictErrorResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) HasError ¶ added in v0.11.0
func (o *ConflictErrorResponse) HasError() bool
HasError returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) SetDetails ¶ added in v0.11.0
func (o *ConflictErrorResponse) SetDetails(v ConflictErrorResponseGetDetailsRetType)
SetDetails gets a reference to the given string and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ConflictErrorResponse) SetError ¶ added in v0.11.0
func (o *ConflictErrorResponse) SetError(v ConflictErrorResponseGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ConflictErrorResponse) ToMap
deprecated
added in
v0.11.0
func (o ConflictErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetDetailsArgType
deprecated
added in
v0.11.0
type ConflictErrorResponseGetDetailsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetDetailsAttributeType ¶ added in v0.11.0
type ConflictErrorResponseGetDetailsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetDetailsRetType
deprecated
added in
v0.11.0
type ConflictErrorResponseGetDetailsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetErrorArgType
deprecated
added in
v0.11.0
type ConflictErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetErrorAttributeType ¶ added in v0.11.0
type ConflictErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ConflictErrorResponseGetErrorRetType
deprecated
added in
v0.11.0
type ConflictErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayload ¶ added in v0.11.0
type CreateAuthenticationPayload struct {
// The well-known configuration url to use for this authentication definition.
// REQUIRED
AutoDiscoverUrl CreateAuthenticationPayloadGetAutoDiscoverUrlAttributeType `json:"auto_discover_url" required:"true"`
// The IDP client id to use.
// REQUIRED
ClientId CreateAuthenticationPayloadGetClientIdAttributeType `json:"client_id" required:"true"`
// The IDP client secret to use.
// REQUIRED
ClientSecret CreateAuthenticationPayloadGetClientSecretAttributeType `json:"client_secret" required:"true"`
// The url of the icon to use for this authentication definition.
IconUrl CreateAuthenticationPayloadGetIconUrlAttributeType `json:"icon_url,omitempty"`
// The name to identify an authentication definition associated with a STACKIT Git instance.
// REQUIRED
Name CreateAuthenticationPayloadGetNameAttributeType `json:"name" required:"true"`
// The Oauth2 provider to use.
Provider CreateAuthenticationPayloadGetProviderAttributeType `json:"provider,omitempty"`
// Scopes defines the OIDC scopes to request.
Scopes CreateAuthenticationPayloadGetScopesAttributeType `json:"scopes,omitempty"`
}
CreateAuthenticationPayload Properties to patch on an authentication. All fields are optional. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateAuthenticationPayload ¶ added in v0.11.0
func NewCreateAuthenticationPayload(autoDiscoverUrl CreateAuthenticationPayloadGetAutoDiscoverUrlArgType, clientId CreateAuthenticationPayloadGetClientIdArgType, clientSecret CreateAuthenticationPayloadGetClientSecretArgType, name CreateAuthenticationPayloadGetNameArgType) *CreateAuthenticationPayload
NewCreateAuthenticationPayload instantiates a new CreateAuthenticationPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateAuthenticationPayloadWithDefaults ¶ added in v0.11.0
func NewCreateAuthenticationPayloadWithDefaults() *CreateAuthenticationPayload
NewCreateAuthenticationPayloadWithDefaults instantiates a new CreateAuthenticationPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetAutoDiscoverUrl ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetAutoDiscoverUrl() (ret CreateAuthenticationPayloadGetAutoDiscoverUrlRetType)
GetAutoDiscoverUrl returns the AutoDiscoverUrl field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetAutoDiscoverUrlOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetAutoDiscoverUrlOk() (ret CreateAuthenticationPayloadGetAutoDiscoverUrlRetType, ok bool)
GetAutoDiscoverUrlOk returns a tuple with the AutoDiscoverUrl field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetClientId ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetClientId() (ret CreateAuthenticationPayloadGetClientIdRetType)
GetClientId returns the ClientId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetClientIdOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetClientIdOk() (ret CreateAuthenticationPayloadGetClientIdRetType, ok bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetClientSecret ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetClientSecret() (ret CreateAuthenticationPayloadGetClientSecretRetType)
GetClientSecret returns the ClientSecret field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetClientSecretOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetClientSecretOk() (ret CreateAuthenticationPayloadGetClientSecretRetType, ok bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetIconUrl ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetIconUrl() (res CreateAuthenticationPayloadGetIconUrlRetType)
GetIconUrl returns the IconUrl field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetIconUrlOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetIconUrlOk() (ret CreateAuthenticationPayloadGetIconUrlRetType, ok bool)
GetIconUrlOk returns a tuple with the IconUrl field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetName ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetName() (ret CreateAuthenticationPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetNameOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetNameOk() (ret CreateAuthenticationPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetProvider ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetProvider() (res CreateAuthenticationPayloadGetProviderRetType)
GetProvider returns the Provider field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetProviderOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetProviderOk() (ret CreateAuthenticationPayloadGetProviderRetType, ok bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetScopes ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetScopes() (res CreateAuthenticationPayloadGetScopesRetType)
GetScopes returns the Scopes field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) GetScopesOk ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) GetScopesOk() (ret CreateAuthenticationPayloadGetScopesRetType, ok bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) HasIconUrl ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) HasIconUrl() bool
HasIconUrl returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) HasProvider ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) HasProvider() bool
HasProvider returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) HasScopes ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) HasScopes() bool
HasScopes returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetAutoDiscoverUrl ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetAutoDiscoverUrl(v CreateAuthenticationPayloadGetAutoDiscoverUrlRetType)
SetAutoDiscoverUrl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetClientId ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetClientId(v CreateAuthenticationPayloadGetClientIdRetType)
SetClientId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetClientSecret ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetClientSecret(v CreateAuthenticationPayloadGetClientSecretRetType)
SetClientSecret sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetIconUrl ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetIconUrl(v CreateAuthenticationPayloadGetIconUrlRetType)
SetIconUrl gets a reference to the given string and assigns it to the IconUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetName ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetName(v CreateAuthenticationPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetProvider ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetProvider(v CreateAuthenticationPayloadGetProviderRetType)
SetProvider gets a reference to the given string and assigns it to the Provider field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAuthenticationPayload) SetScopes ¶ added in v0.11.0
func (o *CreateAuthenticationPayload) SetScopes(v CreateAuthenticationPayloadGetScopesRetType)
SetScopes gets a reference to the given string and assigns it to the Scopes field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAuthenticationPayload) ToMap
deprecated
added in
v0.11.0
func (o CreateAuthenticationPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetAutoDiscoverUrlArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetAutoDiscoverUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetAutoDiscoverUrlAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetAutoDiscoverUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetAutoDiscoverUrlRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetAutoDiscoverUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientIdArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetClientIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientIdAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetClientIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientIdRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetClientIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientSecretArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetClientSecretArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientSecretAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetClientSecretAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetClientSecretRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetClientSecretRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetIconUrlArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetIconUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetIconUrlAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetIconUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetIconUrlRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetIconUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetNameArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetNameAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetNameRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetProviderArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetProviderArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetProviderAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetProviderAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetProviderRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetProviderRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetScopesArgType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetScopesArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetScopesAttributeType ¶ added in v0.11.0
type CreateAuthenticationPayloadGetScopesAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationPayloadGetScopesRetType
deprecated
added in
v0.11.0
type CreateAuthenticationPayloadGetScopesRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAuthenticationRequest
deprecated
added in
v0.11.0
type CreateAuthenticationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAuthenticationRequest) CreateAuthenticationPayload ¶ added in v0.11.0
func (r CreateAuthenticationRequest) CreateAuthenticationPayload(createAuthenticationPayload CreateAuthenticationPayload) ApiCreateAuthenticationRequest
Authentication Definition configuration data. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAuthenticationRequest) Execute
deprecated
added in
v0.11.0
func (r CreateAuthenticationRequest) Execute() (*Authentication, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayload ¶ added in v0.2.0
type CreateInstancePayload struct {
// A list of CIDR network addresses that are allowed to access the instance.
Acl CreateInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
Flavor CreateInstancePayloadGetFlavorAttributeType `json:"flavor,omitempty"`
// A user chosen name to distinguish multiple STACKIT Git instances.
// REQUIRED
Name CreateInstancePayloadGetNameAttributeType `json:"name" required:"true"`
}
CreateInstancePayload Request a STACKIT Git instance to be created with these properties. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateInstancePayload ¶ added in v0.2.0
func NewCreateInstancePayload(name CreateInstancePayloadGetNameArgType) *CreateInstancePayload
NewCreateInstancePayload instantiates a new CreateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateInstancePayloadWithDefaults ¶ added in v0.2.0
func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload
NewCreateInstancePayloadWithDefaults instantiates a new CreateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetAcl ¶ added in v0.6.0
func (o *CreateInstancePayload) GetAcl() (res CreateInstancePayloadGetAclRetType)
GetAcl returns the Acl field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetAclOk ¶ added in v0.6.0
func (o *CreateInstancePayload) GetAclOk() (ret CreateInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetFlavor ¶ added in v0.6.0
func (o *CreateInstancePayload) GetFlavor() (res CreateInstancePayloadGetFlavorRetType)
GetFlavor returns the Flavor field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetFlavorOk ¶ added in v0.6.0
func (o *CreateInstancePayload) GetFlavorOk() (ret CreateInstancePayloadGetFlavorRetType, ok bool)
GetFlavorOk returns a tuple with the Flavor field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetName ¶ added in v0.2.0
func (o *CreateInstancePayload) GetName() (ret CreateInstancePayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetNameOk ¶ added in v0.2.0
func (o *CreateInstancePayload) GetNameOk() (ret CreateInstancePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) HasAcl ¶ added in v0.6.0
func (o *CreateInstancePayload) HasAcl() bool
HasAcl returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) HasFlavor ¶ added in v0.6.0
func (o *CreateInstancePayload) HasFlavor() bool
HasFlavor returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetAcl ¶ added in v0.6.0
func (o *CreateInstancePayload) SetAcl(v CreateInstancePayloadGetAclRetType)
SetAcl gets a reference to the given []string and assigns it to the Acl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetFlavor ¶ added in v0.6.0
func (o *CreateInstancePayload) SetFlavor(v CreateInstancePayloadGetFlavorRetType)
SetFlavor gets a reference to the given string and assigns it to the Flavor field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetName ¶ added in v0.2.0
func (o *CreateInstancePayload) SetName(v CreateInstancePayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstancePayload) ToMap
deprecated
added in
v0.2.0
func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadFlavor ¶ added in v0.7.0
type CreateInstancePayloadFlavor string
CreateInstancePayloadFlavor the model 'CreateInstancePayload' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATEINSTANCEPAYLOADFLAVOR__10 CreateInstancePayloadFlavor = "git-10" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATEINSTANCEPAYLOADFLAVOR__100 CreateInstancePayloadFlavor = "git-100" )
List of Flavor
func NewCreateInstancePayloadFlavorFromValue ¶ added in v0.7.0
func NewCreateInstancePayloadFlavorFromValue(v CreateInstancePayloadFlavor) (*CreateInstancePayloadFlavor, error)
NewCreateInstancePayloadFlavorFromValue returns a pointer to a valid CreateInstancePayloadFlavor for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstancePayloadFlavor) IsValid ¶ added in v0.7.0
func (v CreateInstancePayloadFlavor) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstancePayloadFlavor) Ptr ¶ added in v0.7.0
func (v CreateInstancePayloadFlavor) Ptr() *CreateInstancePayloadFlavor
Ptr returns reference to FlavorFlavor value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayloadFlavor) UnmarshalJSON
deprecated
added in
v0.7.0
func (v *CreateInstancePayloadFlavor) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetAclArgType
deprecated
added in
v0.6.0
type CreateInstancePayloadGetAclArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetAclAttributeType ¶ added in v0.6.0
type CreateInstancePayloadGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetAclRetType
deprecated
added in
v0.6.0
type CreateInstancePayloadGetAclRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetFlavorArgType
deprecated
added in
v0.6.0
type CreateInstancePayloadGetFlavorArgType = CreateInstancePayloadFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetFlavorAttributeType
deprecated
added in
v0.6.0
type CreateInstancePayloadGetFlavorAttributeType = *CreateInstancePayloadFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetFlavorRetType
deprecated
added in
v0.6.0
type CreateInstancePayloadGetFlavorRetType = CreateInstancePayloadFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetNameArgType
deprecated
added in
v0.2.0
type CreateInstancePayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetNameAttributeType ¶ added in v0.2.0
type CreateInstancePayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetNameRetType
deprecated
added in
v0.2.0
type CreateInstancePayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstanceRequest
deprecated
added in
v0.5.0
type CreateInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstanceRequest) CreateInstancePayload ¶ added in v0.5.0
func (r CreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
Instance configuration options. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstanceRequest) Execute
deprecated
added in
v0.5.0
func (r CreateInstanceRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateRunnerPayload ¶ added in v0.11.0
type CreateRunnerPayload struct {
// REQUIRED
Labels CreateRunnerPayloadGetLabelsAttributeType `json:"labels" required:"true"`
}
CreateRunnerPayload Request a runner to be created supporting the requested list of runtime labels. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateRunnerPayload ¶ added in v0.11.0
func NewCreateRunnerPayload(labels CreateRunnerPayloadGetLabelsArgType) *CreateRunnerPayload
NewCreateRunnerPayload instantiates a new CreateRunnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateRunnerPayloadWithDefaults ¶ added in v0.11.0
func NewCreateRunnerPayloadWithDefaults() *CreateRunnerPayload
NewCreateRunnerPayloadWithDefaults instantiates a new CreateRunnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateRunnerPayload) GetLabels ¶ added in v0.11.0
func (o *CreateRunnerPayload) GetLabels() (ret CreateRunnerPayloadGetLabelsRetType)
GetLabels returns the Labels field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateRunnerPayload) GetLabelsOk ¶ added in v0.11.0
func (o *CreateRunnerPayload) GetLabelsOk() (ret CreateRunnerPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateRunnerPayload) SetLabels ¶ added in v0.11.0
func (o *CreateRunnerPayload) SetLabels(v CreateRunnerPayloadGetLabelsRetType)
SetLabels sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateRunnerPayload) ToMap
deprecated
added in
v0.11.0
func (o CreateRunnerPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateRunnerPayloadGetLabelsArgType
deprecated
added in
v0.11.0
type CreateRunnerPayloadGetLabelsArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateRunnerPayloadGetLabelsAttributeType ¶ added in v0.11.0
type CreateRunnerPayloadGetLabelsAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateRunnerPayloadGetLabelsRetType
deprecated
added in
v0.11.0
type CreateRunnerPayloadGetLabelsRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateRunnerRequest
deprecated
added in
v0.11.0
type CreateRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateRunnerRequest) CreateRunnerPayload ¶ added in v0.11.0
func (r CreateRunnerRequest) CreateRunnerPayload(createRunnerPayload CreateRunnerPayload) ApiCreateRunnerRequest
Runner configuration options. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateRunnerRequest) Execute
deprecated
added in
v0.11.0
func (r CreateRunnerRequest) Execute() (*Runner, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
added in
v0.5.0
type DefaultApi interface {
/*
CreateAuthentication Creates an authentication source
Creates an authentication source for the corresponding STACKIT Git instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiCreateAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAuthentication(ctx context.Context, projectId string, instanceId string) ApiCreateAuthenticationRequest
/*
CreateAuthenticationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return Authentication
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*Authentication, error)
/*
CreateInstance Create an Instance.
Creates a new STACKIT Git instance as a project resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ApiCreateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
/*
CreateInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateInstanceExecute(ctx context.Context, projectId string) (*Instance, error)
/*
CreateRunner Create the runner associated to this instance.
Creates the runner associated to this STACKIT Git instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiCreateRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateRunner(ctx context.Context, projectId string, instanceId string) ApiCreateRunnerRequest
/*
CreateRunnerExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return Runner
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)
/*
DeleteAuthentication Delete Authentication Source
Deletes the authentication source associated to this STACKIT Git instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@param authenticationId Authentication Source identifier.
@return ApiDeleteAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiDeleteAuthenticationRequest
/*
DeleteAuthenticationExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) error
/*
DeleteInstance Delete Instance.
Deletes a STACKIT Git instance and destroys all associated data.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiDeleteInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
/*
DeleteInstanceExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) error
/*
DeleteRunner Delete Runner.
Deletes the runner associated to this STACKIT Git instance and destroys all associated data.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiDeleteRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteRunner(ctx context.Context, projectId string, instanceId string) ApiDeleteRunnerRequest
/*
DeleteRunnerExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteRunnerExecute(ctx context.Context, projectId string, instanceId string) error
/*
GetAuthentication Get authentication provider
Get authentication provider
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@param authenticationId Authentication Source identifier.
@return ApiGetAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiGetAuthenticationRequest
/*
GetAuthenticationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@param authenticationId Authentication Source identifier.
@return Authentication
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) (*Authentication, error)
/*
GetInstance Get Instance information.
Retrieves information about a STACKIT Git instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiGetInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
/*
GetInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstanceExecute(ctx context.Context, projectId string, instanceId string) (*Instance, error)
/*
GetRunner Get Runner information.
Retrieves information about a runner in a STACKIT Git instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiGetRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetRunner(ctx context.Context, projectId string, instanceId string) ApiGetRunnerRequest
/*
GetRunnerExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return Runner
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)
/*
ListAuthentication List authentication sources
Lists all authentication sources belonging to a specific instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiListAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAuthentication(ctx context.Context, projectId string, instanceId string) ApiListAuthenticationRequest
/*
ListAuthenticationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return AuthenticationList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*AuthenticationList, error)
/*
ListFlavors Returns the details for the given STACKIT Git flavors.
Provides detailed information about possible Git Flavors.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ApiListFlavorsRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
/*
ListFlavorsExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ListFlavors
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFlavorsExecute(ctx context.Context, projectId string) (*ListFlavors, error)
/*
ListInstances List Instances.
Lists all STACKIT Git instances within a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ApiListInstancesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
/*
ListInstancesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ListInstances
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListInstancesExecute(ctx context.Context, projectId string) (*ListInstances, error)
/*
ListRunnerRuntimes Method for ListRunnerRuntimes
A list of runner runtimes that are available to be enabled for the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return ApiListRunnerRuntimesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListRunnerRuntimes(ctx context.Context, projectId string) ApiListRunnerRuntimesRequest
/*
ListRunnerRuntimesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@return RunnerRuntimeList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListRunnerRuntimesExecute(ctx context.Context, projectId string) (*RunnerRuntimeList, error)
/*
PatchAuthentication Patch Authentication.
Patches the Authentication Provider.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@param authenticationId Authentication Source identifier.
@return ApiPatchAuthenticationRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PatchAuthentication(ctx context.Context, projectId string, instanceId string, authenticationId string) ApiPatchAuthenticationRequest
/*
PatchAuthenticationExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@param authenticationId Authentication Source identifier.
@return Authentication
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PatchAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) (*Authentication, error)
/*
PatchInstance Patch Instance.
Patches the Instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return ApiPatchInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PatchInstance(ctx context.Context, projectId string, instanceId string) ApiPatchInstanceRequest
/*
PatchInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project identifier.
@param instanceId Instance identifier.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PatchInstanceExecute(ctx context.Context, projectId string, instanceId string) (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteAuthenticationRequest
deprecated
added in
v0.11.0
type DeleteAuthenticationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteAuthenticationRequest) Execute
deprecated
added in
v0.11.0
func (r DeleteAuthenticationRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteInstanceRequest
deprecated
added in
v0.5.0
type DeleteInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteInstanceRequest) Execute
deprecated
added in
v0.5.0
func (r DeleteInstanceRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteRunnerRequest
deprecated
added in
v0.11.0
type DeleteRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteRunnerRequest) Execute
deprecated
added in
v0.11.0
func (r DeleteRunnerRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureToggle ¶ added in v0.11.0
type FeatureToggle struct {
// Default email notifications.
DefaultEmailNotifications FeatureToggleGetDefaultEmailNotificationsAttributeType `json:"default_email_notifications,omitempty"`
// Enable commit signatures.
EnableCommitSignatures FeatureTogglegetEnableCommitSignaturesAttributeType `json:"enable_commit_signatures,omitempty"`
// Enable local login.
EnableLocalLogin FeatureTogglegetEnableLocalLoginAttributeType `json:"enable_local_login,omitempty"`
}
FeatureToggle Feature toggles for the instance. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFeatureToggle ¶ added in v0.11.0
func NewFeatureToggle() *FeatureToggle
NewFeatureToggle instantiates a new FeatureToggle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFeatureToggleWithDefaults ¶ added in v0.11.0
func NewFeatureToggleWithDefaults() *FeatureToggle
NewFeatureToggleWithDefaults instantiates a new FeatureToggle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetDefaultEmailNotifications ¶ added in v0.11.0
func (o *FeatureToggle) GetDefaultEmailNotifications() (res FeatureToggleGetDefaultEmailNotificationsRetType)
GetDefaultEmailNotifications returns the DefaultEmailNotifications field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetDefaultEmailNotificationsOk ¶ added in v0.11.0
func (o *FeatureToggle) GetDefaultEmailNotificationsOk() (ret FeatureToggleGetDefaultEmailNotificationsRetType, ok bool)
GetDefaultEmailNotificationsOk returns a tuple with the DefaultEmailNotifications field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetEnableCommitSignatures ¶ added in v0.11.0
func (o *FeatureToggle) GetEnableCommitSignatures() (res FeatureTogglegetEnableCommitSignaturesRetType)
GetEnableCommitSignatures returns the EnableCommitSignatures field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetEnableCommitSignaturesOk ¶ added in v0.11.0
func (o *FeatureToggle) GetEnableCommitSignaturesOk() (ret FeatureTogglegetEnableCommitSignaturesRetType, ok bool)
GetEnableCommitSignaturesOk returns a tuple with the EnableCommitSignatures field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetEnableLocalLogin ¶ added in v0.11.0
func (o *FeatureToggle) GetEnableLocalLogin() (res FeatureTogglegetEnableLocalLoginRetType)
GetEnableLocalLogin returns the EnableLocalLogin field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) GetEnableLocalLoginOk ¶ added in v0.11.0
func (o *FeatureToggle) GetEnableLocalLoginOk() (ret FeatureTogglegetEnableLocalLoginRetType, ok bool)
GetEnableLocalLoginOk returns a tuple with the EnableLocalLogin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) HasDefaultEmailNotifications ¶ added in v0.11.0
func (o *FeatureToggle) HasDefaultEmailNotifications() bool
HasDefaultEmailNotifications returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) HasEnableCommitSignatures ¶ added in v0.11.0
func (o *FeatureToggle) HasEnableCommitSignatures() bool
HasEnableCommitSignatures returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) HasEnableLocalLogin ¶ added in v0.11.0
func (o *FeatureToggle) HasEnableLocalLogin() bool
HasEnableLocalLogin returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetDefaultEmailNotifications ¶ added in v0.11.0
func (o *FeatureToggle) SetDefaultEmailNotifications(v FeatureToggleGetDefaultEmailNotificationsRetType)
SetDefaultEmailNotifications gets a reference to the given string and assigns it to the DefaultEmailNotifications field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetDefaultEmailNotificationsNil ¶ added in v0.11.0
func (o *FeatureToggle) SetDefaultEmailNotificationsNil()
SetDefaultEmailNotificationsNil sets the value for DefaultEmailNotifications to be an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetEnableCommitSignatures ¶ added in v0.11.0
func (o *FeatureToggle) SetEnableCommitSignatures(v FeatureTogglegetEnableCommitSignaturesRetType)
SetEnableCommitSignatures gets a reference to the given bool and assigns it to the EnableCommitSignatures field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetEnableCommitSignaturesNil ¶ added in v0.11.0
func (o *FeatureToggle) SetEnableCommitSignaturesNil()
SetEnableCommitSignaturesNil sets the value for EnableCommitSignatures to be an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetEnableLocalLogin ¶ added in v0.11.0
func (o *FeatureToggle) SetEnableLocalLogin(v FeatureTogglegetEnableLocalLoginRetType)
SetEnableLocalLogin gets a reference to the given bool and assigns it to the EnableLocalLogin field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) SetEnableLocalLoginNil ¶ added in v0.11.0
func (o *FeatureToggle) SetEnableLocalLoginNil()
SetEnableLocalLoginNil sets the value for EnableLocalLogin to be an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FeatureToggle) ToMap
deprecated
added in
v0.11.0
func (o FeatureToggle) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) UnsetDefaultEmailNotifications ¶ added in v0.11.0
func (o *FeatureToggle) UnsetDefaultEmailNotifications()
UnsetDefaultEmailNotifications ensures that no value is present for DefaultEmailNotifications, not even an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) UnsetEnableCommitSignatures ¶ added in v0.11.0
func (o *FeatureToggle) UnsetEnableCommitSignatures()
UnsetEnableCommitSignatures ensures that no value is present for EnableCommitSignatures, not even an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggle) UnsetEnableLocalLogin ¶ added in v0.11.0
func (o *FeatureToggle) UnsetEnableLocalLogin()
UnsetEnableLocalLogin ensures that no value is present for EnableLocalLogin, not even an explicit nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureToggleDefaultEmailNotifications ¶ added in v0.11.0
type FeatureToggleDefaultEmailNotifications string
FeatureToggleDefaultEmailNotifications Default email notifications. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FEATURETOGGLEDEFAULT_EMAIL_NOTIFICATIONS_ENABLED FeatureToggleDefaultEmailNotifications = "enabled" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FEATURETOGGLEDEFAULT_EMAIL_NOTIFICATIONS_DISABLED FeatureToggleDefaultEmailNotifications = "disabled" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FEATURETOGGLEDEFAULT_EMAIL_NOTIFICATIONS_ONMENTION FeatureToggleDefaultEmailNotifications = "onmention" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FEATURETOGGLEDEFAULT_EMAIL_NOTIFICATIONS_ANDYOUROWN FeatureToggleDefaultEmailNotifications = "andyourown" )
List of DefaultEmailNotifications
func NewFeatureToggleDefaultEmailNotificationsFromValue ¶ added in v0.11.0
func NewFeatureToggleDefaultEmailNotificationsFromValue(v FeatureToggleDefaultEmailNotifications) (*FeatureToggleDefaultEmailNotifications, error)
NewFeatureToggleDefaultEmailNotificationsFromValue returns a pointer to a valid FeatureToggleDefaultEmailNotifications for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FeatureToggleDefaultEmailNotifications) IsValid ¶ added in v0.11.0
func (v FeatureToggleDefaultEmailNotifications) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FeatureToggleDefaultEmailNotifications) Ptr ¶ added in v0.11.0
Ptr returns reference to DefaultEmailNotificationsDefaultEmailNotifications value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FeatureToggleDefaultEmailNotifications) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *FeatureToggleDefaultEmailNotifications) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureToggleGetDefaultEmailNotificationsArgType
deprecated
added in
v0.11.0
type FeatureToggleGetDefaultEmailNotificationsArgType = *FeatureToggleDefaultEmailNotifications
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureToggleGetDefaultEmailNotificationsAttributeType
deprecated
added in
v0.11.0
type FeatureToggleGetDefaultEmailNotificationsAttributeType = *FeatureToggleDefaultEmailNotifications
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureToggleGetDefaultEmailNotificationsRetType
deprecated
added in
v0.11.0
type FeatureToggleGetDefaultEmailNotificationsRetType = *FeatureToggleDefaultEmailNotifications
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableCommitSignaturesArgType
deprecated
added in
v0.11.0
type FeatureTogglegetEnableCommitSignaturesArgType = *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableCommitSignaturesAttributeType ¶ added in v0.11.0
type FeatureTogglegetEnableCommitSignaturesAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableCommitSignaturesRetType
deprecated
added in
v0.11.0
type FeatureTogglegetEnableCommitSignaturesRetType = *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableLocalLoginArgType
deprecated
added in
v0.11.0
type FeatureTogglegetEnableLocalLoginArgType = *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableLocalLoginAttributeType ¶ added in v0.11.0
type FeatureTogglegetEnableLocalLoginAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FeatureTogglegetEnableLocalLoginRetType
deprecated
added in
v0.11.0
type FeatureTogglegetEnableLocalLoginRetType = *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Flavor ¶ added in v0.6.0
type Flavor struct {
// Defines the flavor availability.
// REQUIRED
Availability FlavorGetAvailabilityAttributeType `json:"availability" required:"true"`
// Flavor description.
// REQUIRED
Description FlavorGetDescriptionAttributeType `json:"description" required:"true"`
// The display name that will be shown in the Portal.
// REQUIRED
DisplayName FlavorGetDisplayNameAttributeType `json:"display_name" required:"true"`
// Flavor id.
// REQUIRED
Id FlavorGetIdAttributeType `json:"id" required:"true"`
// SAP article number.
// REQUIRED
Sku FlavorGetSkuAttributeType `json:"sku" required:"true"`
}
Flavor Describes a STACKIT Git Flavor. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFlavor ¶ added in v0.6.0
func NewFlavor(availability FlavorGetAvailabilityArgType, description FlavorGetDescriptionArgType, displayName FlavorGetDisplayNameArgType, id FlavorGetIdArgType, sku FlavorGetSkuArgType) *Flavor
NewFlavor instantiates a new Flavor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFlavorWithDefaults ¶ added in v0.6.0
func NewFlavorWithDefaults() *Flavor
NewFlavorWithDefaults instantiates a new Flavor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetAvailability ¶ added in v0.6.0
func (o *Flavor) GetAvailability() (ret FlavorGetAvailabilityRetType)
GetAvailability returns the Availability field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetAvailabilityOk ¶ added in v0.6.0
func (o *Flavor) GetAvailabilityOk() (ret FlavorGetAvailabilityRetType, ok bool)
GetAvailabilityOk returns a tuple with the Availability field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetDescription ¶ added in v0.6.0
func (o *Flavor) GetDescription() (ret FlavorGetDescriptionRetType)
GetDescription returns the Description field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetDescriptionOk ¶ added in v0.6.0
func (o *Flavor) GetDescriptionOk() (ret FlavorGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetDisplayName ¶ added in v0.6.0
func (o *Flavor) GetDisplayName() (ret FlavorGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetDisplayNameOk ¶ added in v0.6.0
func (o *Flavor) GetDisplayNameOk() (ret FlavorGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetId ¶ added in v0.6.0
func (o *Flavor) GetId() (ret FlavorGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetIdOk ¶ added in v0.6.0
func (o *Flavor) GetIdOk() (ret FlavorGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetSku ¶ added in v0.7.0
func (o *Flavor) GetSku() (ret FlavorGetSkuRetType)
GetSku returns the Sku field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) GetSkuOk ¶ added in v0.7.0
func (o *Flavor) GetSkuOk() (ret FlavorGetSkuRetType, ok bool)
GetSkuOk returns a tuple with the Sku field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) SetAvailability ¶ added in v0.6.0
func (o *Flavor) SetAvailability(v FlavorGetAvailabilityRetType)
SetAvailability sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) SetDescription ¶ added in v0.6.0
func (o *Flavor) SetDescription(v FlavorGetDescriptionRetType)
SetDescription sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) SetDisplayName ¶ added in v0.6.0
func (o *Flavor) SetDisplayName(v FlavorGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) SetId ¶ added in v0.6.0
func (o *Flavor) SetId(v FlavorGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Flavor) SetSku ¶ added in v0.7.0
func (o *Flavor) SetSku(v FlavorGetSkuRetType)
SetSku sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorAvailability ¶ added in v0.6.0
type FlavorAvailability string
FlavorAvailability Defines the flavor availability. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FLAVORAVAILABILITY_AVAILABLE FlavorAvailability = "available" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FLAVORAVAILABILITY_UNAVAILABLE FlavorAvailability = "unavailable" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FLAVORAVAILABILITY_INTERNAL FlavorAvailability = "internal" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead FLAVORAVAILABILITY_DEPRECATED FlavorAvailability = "deprecated" )
List of Availability
func NewFlavorAvailabilityFromValue ¶ added in v0.6.0
func NewFlavorAvailabilityFromValue(v FlavorAvailability) (*FlavorAvailability, error)
NewFlavorAvailabilityFromValue returns a pointer to a valid FlavorAvailability for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FlavorAvailability) IsValid ¶ added in v0.6.0
func (v FlavorAvailability) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FlavorAvailability) Ptr ¶ added in v0.6.0
func (v FlavorAvailability) Ptr() *FlavorAvailability
Ptr returns reference to AvailabilityAvailability value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FlavorAvailability) UnmarshalJSON
deprecated
added in
v0.6.0
func (v *FlavorAvailability) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetAvailabilityArgType
deprecated
added in
v0.6.0
type FlavorGetAvailabilityArgType = FlavorAvailability
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetAvailabilityAttributeType
deprecated
added in
v0.6.0
type FlavorGetAvailabilityAttributeType = *FlavorAvailability
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetAvailabilityRetType
deprecated
added in
v0.6.0
type FlavorGetAvailabilityRetType = FlavorAvailability
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDescriptionArgType
deprecated
added in
v0.6.0
type FlavorGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDescriptionAttributeType ¶ added in v0.6.0
type FlavorGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDescriptionRetType
deprecated
added in
v0.6.0
type FlavorGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDisplayNameArgType
deprecated
added in
v0.6.0
type FlavorGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDisplayNameAttributeType ¶ added in v0.6.0
type FlavorGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetDisplayNameRetType
deprecated
added in
v0.6.0
type FlavorGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetIdArgType
deprecated
added in
v0.6.0
type FlavorGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetIdAttributeType ¶ added in v0.6.0
type FlavorGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetIdRetType
deprecated
added in
v0.6.0
type FlavorGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetSkuArgType
deprecated
added in
v0.7.0
type FlavorGetSkuArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetSkuAttributeType ¶ added in v0.7.0
type FlavorGetSkuAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FlavorGetSkuRetType
deprecated
added in
v0.7.0
type FlavorGetSkuRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponse ¶ added in v0.6.0
type GenericErrorResponse struct {
Details GenericErrorResponseGetDetailsAttributeType `json:"details,omitempty"`
// REQUIRED
Message GenericErrorResponseGetMessageAttributeType `json:"message" required:"true"`
}
GenericErrorResponse Generic Error Response. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGenericErrorResponse ¶ added in v0.6.0
func NewGenericErrorResponse(message GenericErrorResponseGetMessageArgType) *GenericErrorResponse
NewGenericErrorResponse instantiates a new GenericErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGenericErrorResponseWithDefaults ¶ added in v0.6.0
func NewGenericErrorResponseWithDefaults() *GenericErrorResponse
NewGenericErrorResponseWithDefaults instantiates a new GenericErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) GetDetails ¶ added in v0.6.0
func (o *GenericErrorResponse) GetDetails() (res GenericErrorResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) GetDetailsOk ¶ added in v0.6.0
func (o *GenericErrorResponse) GetDetailsOk() (ret GenericErrorResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) GetMessage ¶ added in v0.6.0
func (o *GenericErrorResponse) GetMessage() (ret GenericErrorResponseGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) GetMessageOk ¶ added in v0.6.0
func (o *GenericErrorResponse) GetMessageOk() (ret GenericErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) HasDetails ¶ added in v0.6.0
func (o *GenericErrorResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) SetDetails ¶ added in v0.6.0
func (o *GenericErrorResponse) SetDetails(v GenericErrorResponseGetDetailsRetType)
SetDetails gets a reference to the given []string and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GenericErrorResponse) SetMessage ¶ added in v0.6.0
func (o *GenericErrorResponse) SetMessage(v GenericErrorResponseGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GenericErrorResponse) ToMap
deprecated
added in
v0.6.0
func (o GenericErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetDetailsArgType
deprecated
added in
v0.6.0
type GenericErrorResponseGetDetailsArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetDetailsAttributeType ¶ added in v0.6.0
type GenericErrorResponseGetDetailsAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetDetailsRetType
deprecated
added in
v0.6.0
type GenericErrorResponseGetDetailsRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetMessageArgType
deprecated
added in
v0.6.0
type GenericErrorResponseGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetMessageAttributeType ¶ added in v0.6.0
type GenericErrorResponseGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GenericErrorResponseGetMessageRetType
deprecated
added in
v0.6.0
type GenericErrorResponseGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetAuthenticationRequest
deprecated
added in
v0.11.0
type GetAuthenticationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetAuthenticationRequest) Execute
deprecated
added in
v0.11.0
func (r GetAuthenticationRequest) Execute() (*Authentication, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetInstanceRequest
deprecated
added in
v0.5.0
type GetInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetInstanceRequest) Execute
deprecated
added in
v0.5.0
func (r GetInstanceRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetRunnerRequest
deprecated
added in
v0.11.0
type GetRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetRunnerRequest) Execute
deprecated
added in
v0.11.0
func (r GetRunnerRequest) Execute() (*Runner, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Instance ¶
type Instance struct {
// Restricted ACL for instance access.
// REQUIRED
Acl InstanceGetAclAttributeType `json:"acl" required:"true"`
// How many bytes of disk space is consumed. Read Only.
// REQUIRED
ConsumedDisk InstanceGetConsumedDiskAttributeType `json:"consumed_disk" required:"true"`
// How many bytes of Object Storage is consumed. Read Only.
// REQUIRED
ConsumedObjectStorage InstanceGetConsumedObjectStorageAttributeType `json:"consumed_object_storage" required:"true"`
// The date and time the creation of the STACKIT Git instance was triggered.
// REQUIRED
Created InstanceGetCreatedAttributeType `json:"created" required:"true"`
// REQUIRED
FeatureToggle InstanceGetFeatureToggleAttributeType `json:"feature_toggle" required:"true"`
// Instance flavor.
// REQUIRED
Flavor InstanceGetFlavorAttributeType `json:"flavor" required:"true"`
// A auto generated unique id which identifies the STACKIT Git instances.
// REQUIRED
Id InstanceGetIdAttributeType `json:"id" required:"true"`
// A user chosen name to distinguish multiple STACKIT Git instances.
// REQUIRED
Name InstanceGetNameAttributeType `json:"name" required:"true"`
// The current state of the STACKIT Git instance.
// REQUIRED
State InstanceGetStateAttributeType `json:"state" required:"true"`
// The URL for reaching the STACKIT Git instance.
// REQUIRED
Url InstanceGetUrlAttributeType `json:"url" required:"true"`
// The current version of STACKIT Git deployed to the instance.
// REQUIRED
Version InstanceGetVersionAttributeType `json:"version" required:"true"`
}
Instance Describes a STACKIT Git instance. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstance ¶
func NewInstance(acl InstanceGetAclArgType, consumedDisk InstanceGetConsumedDiskArgType, consumedObjectStorage InstanceGetConsumedObjectStorageArgType, created InstanceGetCreatedArgType, featureToggle InstanceGetFeatureToggleArgType, flavor InstanceGetFlavorArgType, id InstanceGetIdArgType, name InstanceGetNameArgType, state InstanceGetStateArgType, url InstanceGetUrlArgType, version InstanceGetVersionArgType) *Instance
NewInstance instantiates a new Instance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstanceWithDefaults ¶
func NewInstanceWithDefaults() *Instance
NewInstanceWithDefaults instantiates a new Instance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetAcl ¶ added in v0.6.0
func (o *Instance) GetAcl() (ret InstanceGetAclRetType)
GetAcl returns the Acl field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetAclOk ¶ added in v0.6.0
func (o *Instance) GetAclOk() (ret InstanceGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetConsumedDisk ¶ added in v0.6.0
func (o *Instance) GetConsumedDisk() (ret InstanceGetConsumedDiskRetType)
GetConsumedDisk returns the ConsumedDisk field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetConsumedDiskOk ¶ added in v0.6.0
func (o *Instance) GetConsumedDiskOk() (ret InstanceGetConsumedDiskRetType, ok bool)
GetConsumedDiskOk returns a tuple with the ConsumedDisk field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetConsumedObjectStorage ¶ added in v0.6.0
func (o *Instance) GetConsumedObjectStorage() (ret InstanceGetConsumedObjectStorageRetType)
GetConsumedObjectStorage returns the ConsumedObjectStorage field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetConsumedObjectStorageOk ¶ added in v0.6.0
func (o *Instance) GetConsumedObjectStorageOk() (ret InstanceGetConsumedObjectStorageRetType, ok bool)
GetConsumedObjectStorageOk returns a tuple with the ConsumedObjectStorage field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetCreated ¶
func (o *Instance) GetCreated() (ret InstanceGetCreatedRetType)
GetCreated returns the Created field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetCreatedOk ¶
func (o *Instance) GetCreatedOk() (ret InstanceGetCreatedRetType, ok bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFeatureToggle ¶ added in v0.11.0
func (o *Instance) GetFeatureToggle() (ret InstanceGetFeatureToggleRetType)
GetFeatureToggle returns the FeatureToggle field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFeatureToggleOk ¶ added in v0.11.0
func (o *Instance) GetFeatureToggleOk() (ret InstanceGetFeatureToggleRetType, ok bool)
GetFeatureToggleOk returns a tuple with the FeatureToggle field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFlavor ¶ added in v0.6.0
func (o *Instance) GetFlavor() (ret InstanceGetFlavorRetType)
GetFlavor returns the Flavor field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFlavorOk ¶ added in v0.6.0
func (o *Instance) GetFlavorOk() (ret InstanceGetFlavorRetType, ok bool)
GetFlavorOk returns a tuple with the Flavor field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetId ¶
func (o *Instance) GetId() (ret InstanceGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetIdOk ¶
func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetName ¶
func (o *Instance) GetName() (ret InstanceGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetNameOk ¶
func (o *Instance) GetNameOk() (ret InstanceGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetState ¶
func (o *Instance) GetState() (ret InstanceGetStateRetType)
GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetStateOk ¶
func (o *Instance) GetStateOk() (ret InstanceGetStateRetType, ok bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetUrl ¶
func (o *Instance) GetUrl() (ret InstanceGetUrlRetType)
GetUrl returns the Url field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetUrlOk ¶
func (o *Instance) GetUrlOk() (ret InstanceGetUrlRetType, ok bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetVersion ¶
func (o *Instance) GetVersion() (ret InstanceGetVersionRetType)
GetVersion returns the Version field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetVersionOk ¶
func (o *Instance) GetVersionOk() (ret InstanceGetVersionRetType, ok bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetAcl ¶ added in v0.6.0
func (o *Instance) SetAcl(v InstanceGetAclRetType)
SetAcl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetConsumedDisk ¶ added in v0.6.0
func (o *Instance) SetConsumedDisk(v InstanceGetConsumedDiskRetType)
SetConsumedDisk sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetConsumedObjectStorage ¶ added in v0.6.0
func (o *Instance) SetConsumedObjectStorage(v InstanceGetConsumedObjectStorageRetType)
SetConsumedObjectStorage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetCreated ¶
func (o *Instance) SetCreated(v InstanceGetCreatedRetType)
SetCreated sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetFeatureToggle ¶ added in v0.11.0
func (o *Instance) SetFeatureToggle(v InstanceGetFeatureToggleRetType)
SetFeatureToggle sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetFlavor ¶ added in v0.6.0
func (o *Instance) SetFlavor(v InstanceGetFlavorRetType)
SetFlavor sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetId ¶
func (o *Instance) SetId(v InstanceGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetName ¶
func (o *Instance) SetName(v InstanceGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetState ¶
func (o *Instance) SetState(v InstanceGetStateRetType)
SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetUrl ¶
func (o *Instance) SetUrl(v InstanceGetUrlRetType)
SetUrl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetVersion ¶
func (o *Instance) SetVersion(v InstanceGetVersionRetType)
SetVersion sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetAclArgType
deprecated
added in
v0.6.0
type InstanceGetAclArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetAclAttributeType ¶ added in v0.6.0
type InstanceGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetAclRetType
deprecated
added in
v0.6.0
type InstanceGetAclRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedDiskArgType
deprecated
added in
v0.6.0
type InstanceGetConsumedDiskArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedDiskAttributeType ¶ added in v0.6.0
type InstanceGetConsumedDiskAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedDiskRetType
deprecated
added in
v0.6.0
type InstanceGetConsumedDiskRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedObjectStorageArgType
deprecated
added in
v0.6.0
type InstanceGetConsumedObjectStorageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedObjectStorageAttributeType ¶ added in v0.6.0
type InstanceGetConsumedObjectStorageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetConsumedObjectStorageRetType
deprecated
added in
v0.6.0
type InstanceGetConsumedObjectStorageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetCreatedArgType
deprecated
type InstanceGetCreatedAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetCreatedRetType
deprecated
type InstanceGetFeatureToggleArgType
deprecated
added in
v0.11.0
type InstanceGetFeatureToggleArgType = FeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFeatureToggleAttributeType ¶ added in v0.11.0
type InstanceGetFeatureToggleAttributeType = *FeatureToggle
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFeatureToggleRetType
deprecated
added in
v0.11.0
type InstanceGetFeatureToggleRetType = FeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFlavorArgType
deprecated
added in
v0.6.0
type InstanceGetFlavorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFlavorAttributeType ¶ added in v0.6.0
type InstanceGetFlavorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFlavorRetType
deprecated
added in
v0.6.0
type InstanceGetFlavorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdArgType
deprecated
type InstanceGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdAttributeType ¶
type InstanceGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdRetType
deprecated
type InstanceGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetNameArgType
deprecated
type InstanceGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetNameAttributeType ¶
type InstanceGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetNameRetType
deprecated
type InstanceGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStateArgType
deprecated
type InstanceGetStateArgType = InstanceState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStateAttributeType
deprecated
type InstanceGetStateAttributeType = *InstanceState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStateRetType
deprecated
type InstanceGetStateRetType = InstanceState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetUrlArgType
deprecated
type InstanceGetUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetUrlAttributeType ¶
type InstanceGetUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetUrlRetType
deprecated
type InstanceGetUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetVersionArgType
deprecated
type InstanceGetVersionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetVersionAttributeType ¶
type InstanceGetVersionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetVersionRetType
deprecated
type InstanceGetVersionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceState ¶ added in v0.5.0
type InstanceState string
InstanceState The current state of the STACKIT Git instance. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_CREATING InstanceState = "Creating" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_WAITING_FOR_RESOURCES InstanceState = "WaitingForResources" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_UPDATING InstanceState = "Updating" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_DELETING InstanceState = "Deleting" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_READY InstanceState = "Ready" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATE_ERROR InstanceState = "Error" )
List of State
func NewInstanceStateFromValue ¶ added in v0.5.0
func NewInstanceStateFromValue(v InstanceState) (*InstanceState, error)
NewInstanceStateFromValue returns a pointer to a valid InstanceState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InstanceState) IsValid ¶ added in v0.5.0
func (v InstanceState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InstanceState) Ptr ¶ added in v0.5.0
func (v InstanceState) Ptr() *InstanceState
Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InstanceState) UnmarshalJSON
deprecated
added in
v0.5.0
func (v *InstanceState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponse ¶
type InternalServerErrorResponse struct {
Details InternalServerErrorResponseGetDetailsAttributeType `json:"details,omitempty"`
Error InternalServerErrorResponseGetErrorAttributeType `json:"error,omitempty"`
}
InternalServerErrorResponse Internal server error. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInternalServerErrorResponse ¶
func NewInternalServerErrorResponse() *InternalServerErrorResponse
NewInternalServerErrorResponse instantiates a new InternalServerErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInternalServerErrorResponseWithDefaults ¶
func NewInternalServerErrorResponseWithDefaults() *InternalServerErrorResponse
NewInternalServerErrorResponseWithDefaults instantiates a new InternalServerErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) GetDetails ¶ added in v0.11.0
func (o *InternalServerErrorResponse) GetDetails() (res InternalServerErrorResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) GetDetailsOk ¶ added in v0.11.0
func (o *InternalServerErrorResponse) GetDetailsOk() (ret InternalServerErrorResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) GetError ¶
func (o *InternalServerErrorResponse) GetError() (res InternalServerErrorResponseGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) GetErrorOk ¶
func (o *InternalServerErrorResponse) GetErrorOk() (ret InternalServerErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) HasDetails ¶ added in v0.11.0
func (o *InternalServerErrorResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) HasError ¶
func (o *InternalServerErrorResponse) HasError() bool
HasError returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) SetDetails ¶ added in v0.11.0
func (o *InternalServerErrorResponse) SetDetails(v InternalServerErrorResponseGetDetailsRetType)
SetDetails gets a reference to the given string and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InternalServerErrorResponse) SetError ¶
func (o *InternalServerErrorResponse) SetError(v InternalServerErrorResponseGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InternalServerErrorResponse) ToMap
deprecated
func (o InternalServerErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetDetailsArgType
deprecated
added in
v0.11.0
type InternalServerErrorResponseGetDetailsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetDetailsAttributeType ¶ added in v0.11.0
type InternalServerErrorResponseGetDetailsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetDetailsRetType
deprecated
added in
v0.11.0
type InternalServerErrorResponseGetDetailsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetErrorArgType
deprecated
type InternalServerErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetErrorAttributeType ¶
type InternalServerErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InternalServerErrorResponseGetErrorRetType
deprecated
type InternalServerErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuthenticationRequest
deprecated
added in
v0.11.0
type ListAuthenticationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListAuthenticationRequest) Execute
deprecated
added in
v0.11.0
func (r ListAuthenticationRequest) Execute() (*AuthenticationList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFlavors ¶ added in v0.6.0
type ListFlavors struct {
// REQUIRED
Flavors ListFlavorsGetFlavorsAttributeType `json:"flavors" required:"true"`
}
ListFlavors A list of STACKIT Git Flavors. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFlavors ¶ added in v0.6.0
func NewListFlavors(flavors ListFlavorsGetFlavorsArgType) *ListFlavors
NewListFlavors instantiates a new ListFlavors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListFlavorsWithDefaults ¶ added in v0.6.0
func NewListFlavorsWithDefaults() *ListFlavors
NewListFlavorsWithDefaults instantiates a new ListFlavors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFlavors) GetFlavors ¶ added in v0.6.0
func (o *ListFlavors) GetFlavors() (ret ListFlavorsGetFlavorsRetType)
GetFlavors returns the Flavors field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFlavors) GetFlavorsOk ¶ added in v0.6.0
func (o *ListFlavors) GetFlavorsOk() (ret ListFlavorsGetFlavorsRetType, ok bool)
GetFlavorsOk returns a tuple with the Flavors field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListFlavors) SetFlavors ¶ added in v0.6.0
func (o *ListFlavors) SetFlavors(v ListFlavorsGetFlavorsRetType)
SetFlavors sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFlavors) ToMap
deprecated
added in
v0.6.0
func (o ListFlavors) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFlavorsGetFlavorsArgType
deprecated
added in
v0.6.0
type ListFlavorsGetFlavorsArgType = []Flavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFlavorsGetFlavorsAttributeType ¶ added in v0.6.0
type ListFlavorsGetFlavorsAttributeType = *[]Flavor
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFlavorsGetFlavorsRetType
deprecated
added in
v0.6.0
type ListFlavorsGetFlavorsRetType = []Flavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFlavorsRequest
deprecated
added in
v0.6.0
type ListFlavorsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFlavorsRequest) Execute
deprecated
added in
v0.6.0
func (r ListFlavorsRequest) Execute() (*ListFlavors, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstances ¶
type ListInstances struct {
// REQUIRED
Instances ListInstancesGetInstancesAttributeType `json:"instances" required:"true"`
}
ListInstances A list of STACKIT Git instances. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListInstances ¶
func NewListInstances(instances ListInstancesGetInstancesArgType) *ListInstances
NewListInstances instantiates a new ListInstances object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListInstancesWithDefaults ¶
func NewListInstancesWithDefaults() *ListInstances
NewListInstancesWithDefaults instantiates a new ListInstances object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListInstances) GetInstances ¶
func (o *ListInstances) GetInstances() (ret ListInstancesGetInstancesRetType)
GetInstances returns the Instances field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListInstances) GetInstancesOk ¶
func (o *ListInstances) GetInstancesOk() (ret ListInstancesGetInstancesRetType, ok bool)
GetInstancesOk returns a tuple with the Instances field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListInstances) SetInstances ¶
func (o *ListInstances) SetInstances(v ListInstancesGetInstancesRetType)
SetInstances sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListInstances) ToMap
deprecated
func (o ListInstances) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstancesGetInstancesArgType
deprecated
type ListInstancesGetInstancesArgType = []Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstancesGetInstancesAttributeType ¶
type ListInstancesGetInstancesAttributeType = *[]Instance
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstancesGetInstancesRetType
deprecated
type ListInstancesGetInstancesRetType = []Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstancesRequest
deprecated
added in
v0.5.0
type ListInstancesRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListInstancesRequest) Execute
deprecated
added in
v0.5.0
func (r ListInstancesRequest) Execute() (*ListInstances, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListRunnerRuntimesRequest
deprecated
added in
v0.11.0
type ListRunnerRuntimesRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListRunnerRuntimesRequest) Execute
deprecated
added in
v0.11.0
func (r ListRunnerRuntimesRequest) Execute() (*RunnerRuntimeList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NotFoundErrorResponse ¶ added in v0.11.0
type NotFoundErrorResponse struct {
Details NotFoundErrorResponseGetDetailsAttributeType `json:"details,omitempty"`
Error NotFoundErrorResponseGetErrorAttributeType `json:"error,omitempty"`
}
NotFoundErrorResponse 404 Error Response. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNotFoundErrorResponse ¶ added in v0.11.0
func NewNotFoundErrorResponse() *NotFoundErrorResponse
NewNotFoundErrorResponse instantiates a new NotFoundErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNotFoundErrorResponseWithDefaults ¶ added in v0.11.0
func NewNotFoundErrorResponseWithDefaults() *NotFoundErrorResponse
NewNotFoundErrorResponseWithDefaults instantiates a new NotFoundErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) GetDetails ¶ added in v0.11.0
func (o *NotFoundErrorResponse) GetDetails() (res NotFoundErrorResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) GetDetailsOk ¶ added in v0.11.0
func (o *NotFoundErrorResponse) GetDetailsOk() (ret NotFoundErrorResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) GetError ¶ added in v0.11.0
func (o *NotFoundErrorResponse) GetError() (res NotFoundErrorResponseGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) GetErrorOk ¶ added in v0.11.0
func (o *NotFoundErrorResponse) GetErrorOk() (ret NotFoundErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) HasDetails ¶ added in v0.11.0
func (o *NotFoundErrorResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) HasError ¶ added in v0.11.0
func (o *NotFoundErrorResponse) HasError() bool
HasError returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) SetDetails ¶ added in v0.11.0
func (o *NotFoundErrorResponse) SetDetails(v NotFoundErrorResponseGetDetailsRetType)
SetDetails gets a reference to the given string and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NotFoundErrorResponse) SetError ¶ added in v0.11.0
func (o *NotFoundErrorResponse) SetError(v NotFoundErrorResponseGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NotFoundErrorResponse) ToMap
deprecated
added in
v0.11.0
func (o NotFoundErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetDetailsArgType
deprecated
added in
v0.11.0
type NotFoundErrorResponseGetDetailsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetDetailsAttributeType ¶ added in v0.11.0
type NotFoundErrorResponseGetDetailsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetDetailsRetType
deprecated
added in
v0.11.0
type NotFoundErrorResponseGetDetailsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetErrorArgType
deprecated
added in
v0.11.0
type NotFoundErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetErrorAttributeType ¶ added in v0.11.0
type NotFoundErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NotFoundErrorResponseGetErrorRetType
deprecated
added in
v0.11.0
type NotFoundErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAlreadyExistsError
deprecated
added in
v0.11.0
type NullableAlreadyExistsError struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAlreadyExistsError
deprecated
added in
v0.11.0
func NewNullableAlreadyExistsError(val *AlreadyExistsError) *NullableAlreadyExistsError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAlreadyExistsError) Get
deprecated
added in
v0.11.0
func (v NullableAlreadyExistsError) Get() *AlreadyExistsError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAlreadyExistsError) IsSet
deprecated
added in
v0.11.0
func (v NullableAlreadyExistsError) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAlreadyExistsError) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableAlreadyExistsError) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAlreadyExistsError) Set
deprecated
added in
v0.11.0
func (v *NullableAlreadyExistsError) Set(val *AlreadyExistsError)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAlreadyExistsError) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableAlreadyExistsError) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAlreadyExistsError) Unset
deprecated
added in
v0.11.0
func (v *NullableAlreadyExistsError) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuthentication
deprecated
added in
v0.11.0
type NullableAuthentication struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAuthentication
deprecated
added in
v0.11.0
func NewNullableAuthentication(val *Authentication) *NullableAuthentication
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthentication) Get
deprecated
added in
v0.11.0
func (v NullableAuthentication) Get() *Authentication
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthentication) IsSet
deprecated
added in
v0.11.0
func (v NullableAuthentication) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthentication) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableAuthentication) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthentication) Set
deprecated
added in
v0.11.0
func (v *NullableAuthentication) Set(val *Authentication)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthentication) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableAuthentication) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthentication) Unset
deprecated
added in
v0.11.0
func (v *NullableAuthentication) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuthenticationList
deprecated
added in
v0.11.0
type NullableAuthenticationList struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAuthenticationList
deprecated
added in
v0.11.0
func NewNullableAuthenticationList(val *AuthenticationList) *NullableAuthenticationList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthenticationList) Get
deprecated
added in
v0.11.0
func (v NullableAuthenticationList) Get() *AuthenticationList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthenticationList) IsSet
deprecated
added in
v0.11.0
func (v NullableAuthenticationList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthenticationList) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableAuthenticationList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthenticationList) Set
deprecated
added in
v0.11.0
func (v *NullableAuthenticationList) Set(val *AuthenticationList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthenticationList) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableAuthenticationList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthenticationList) Unset
deprecated
added in
v0.11.0
func (v *NullableAuthenticationList) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableBadErrorResponse
deprecated
added in
v0.11.0
type NullableBadErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBadErrorResponse
deprecated
added in
v0.11.0
func NewNullableBadErrorResponse(val *BadErrorResponse) *NullableBadErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadErrorResponse) Get
deprecated
added in
v0.11.0
func (v NullableBadErrorResponse) Get() *BadErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadErrorResponse) IsSet
deprecated
added in
v0.11.0
func (v NullableBadErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadErrorResponse) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableBadErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadErrorResponse) Set
deprecated
added in
v0.11.0
func (v *NullableBadErrorResponse) Set(val *BadErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadErrorResponse) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableBadErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadErrorResponse) Unset
deprecated
added in
v0.11.0
func (v *NullableBadErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableConflictErrorResponse
deprecated
added in
v0.11.0
type NullableConflictErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableConflictErrorResponse
deprecated
added in
v0.11.0
func NewNullableConflictErrorResponse(val *ConflictErrorResponse) *NullableConflictErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableConflictErrorResponse) Get
deprecated
added in
v0.11.0
func (v NullableConflictErrorResponse) Get() *ConflictErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableConflictErrorResponse) IsSet
deprecated
added in
v0.11.0
func (v NullableConflictErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableConflictErrorResponse) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableConflictErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableConflictErrorResponse) Set
deprecated
added in
v0.11.0
func (v *NullableConflictErrorResponse) Set(val *ConflictErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableConflictErrorResponse) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableConflictErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableConflictErrorResponse) Unset
deprecated
added in
v0.11.0
func (v *NullableConflictErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateAuthenticationPayload
deprecated
added in
v0.11.0
type NullableCreateAuthenticationPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateAuthenticationPayload
deprecated
added in
v0.11.0
func NewNullableCreateAuthenticationPayload(val *CreateAuthenticationPayload) *NullableCreateAuthenticationPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAuthenticationPayload) Get
deprecated
added in
v0.11.0
func (v NullableCreateAuthenticationPayload) Get() *CreateAuthenticationPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAuthenticationPayload) IsSet
deprecated
added in
v0.11.0
func (v NullableCreateAuthenticationPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAuthenticationPayload) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableCreateAuthenticationPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAuthenticationPayload) Set
deprecated
added in
v0.11.0
func (v *NullableCreateAuthenticationPayload) Set(val *CreateAuthenticationPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAuthenticationPayload) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableCreateAuthenticationPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAuthenticationPayload) Unset
deprecated
added in
v0.11.0
func (v *NullableCreateAuthenticationPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateInstancePayload
deprecated
added in
v0.2.0
type NullableCreateInstancePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateInstancePayload
deprecated
added in
v0.2.0
func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) Get
deprecated
added in
v0.2.0
func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) IsSet
deprecated
added in
v0.2.0
func (v NullableCreateInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) MarshalJSON
deprecated
added in
v0.2.0
func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) Set
deprecated
added in
v0.2.0
func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) UnmarshalJSON
deprecated
added in
v0.2.0
func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) Unset
deprecated
added in
v0.2.0
func (v *NullableCreateInstancePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateInstancePayloadFlavor
deprecated
added in
v0.7.0
type NullableCreateInstancePayloadFlavor struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateInstancePayloadFlavor
deprecated
added in
v0.7.0
func NewNullableCreateInstancePayloadFlavor(val *CreateInstancePayloadFlavor) *NullableCreateInstancePayloadFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayloadFlavor) Get
deprecated
added in
v0.7.0
func (v NullableCreateInstancePayloadFlavor) Get() *CreateInstancePayloadFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayloadFlavor) IsSet
deprecated
added in
v0.7.0
func (v NullableCreateInstancePayloadFlavor) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayloadFlavor) MarshalJSON
deprecated
added in
v0.7.0
func (v NullableCreateInstancePayloadFlavor) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayloadFlavor) Set
deprecated
added in
v0.7.0
func (v *NullableCreateInstancePayloadFlavor) Set(val *CreateInstancePayloadFlavor)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayloadFlavor) UnmarshalJSON
deprecated
added in
v0.7.0
func (v *NullableCreateInstancePayloadFlavor) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayloadFlavor) Unset
deprecated
added in
v0.7.0
func (v *NullableCreateInstancePayloadFlavor) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateRunnerPayload
deprecated
added in
v0.11.0
type NullableCreateRunnerPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateRunnerPayload
deprecated
added in
v0.11.0
func NewNullableCreateRunnerPayload(val *CreateRunnerPayload) *NullableCreateRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateRunnerPayload) Get
deprecated
added in
v0.11.0
func (v NullableCreateRunnerPayload) Get() *CreateRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateRunnerPayload) IsSet
deprecated
added in
v0.11.0
func (v NullableCreateRunnerPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateRunnerPayload) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableCreateRunnerPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateRunnerPayload) Set
deprecated
added in
v0.11.0
func (v *NullableCreateRunnerPayload) Set(val *CreateRunnerPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateRunnerPayload) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableCreateRunnerPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateRunnerPayload) Unset
deprecated
added in
v0.11.0
func (v *NullableCreateRunnerPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFeatureToggle
deprecated
added in
v0.11.0
type NullableFeatureToggle struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFeatureToggle
deprecated
added in
v0.11.0
func NewNullableFeatureToggle(val *FeatureToggle) *NullableFeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggle) Get
deprecated
added in
v0.11.0
func (v NullableFeatureToggle) Get() *FeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggle) IsSet
deprecated
added in
v0.11.0
func (v NullableFeatureToggle) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggle) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableFeatureToggle) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggle) Set
deprecated
added in
v0.11.0
func (v *NullableFeatureToggle) Set(val *FeatureToggle)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggle) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableFeatureToggle) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggle) Unset
deprecated
added in
v0.11.0
func (v *NullableFeatureToggle) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFeatureToggleDefaultEmailNotifications
deprecated
added in
v0.11.0
type NullableFeatureToggleDefaultEmailNotifications struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFeatureToggleDefaultEmailNotifications
deprecated
added in
v0.11.0
func NewNullableFeatureToggleDefaultEmailNotifications(val *FeatureToggleDefaultEmailNotifications) *NullableFeatureToggleDefaultEmailNotifications
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggleDefaultEmailNotifications) Get
deprecated
added in
v0.11.0
func (v NullableFeatureToggleDefaultEmailNotifications) Get() *FeatureToggleDefaultEmailNotifications
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggleDefaultEmailNotifications) IsSet
deprecated
added in
v0.11.0
func (v NullableFeatureToggleDefaultEmailNotifications) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFeatureToggleDefaultEmailNotifications) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableFeatureToggleDefaultEmailNotifications) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggleDefaultEmailNotifications) Set
deprecated
added in
v0.11.0
func (v *NullableFeatureToggleDefaultEmailNotifications) Set(val *FeatureToggleDefaultEmailNotifications)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggleDefaultEmailNotifications) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableFeatureToggleDefaultEmailNotifications) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFeatureToggleDefaultEmailNotifications) Unset
deprecated
added in
v0.11.0
func (v *NullableFeatureToggleDefaultEmailNotifications) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFlavor
deprecated
added in
v0.6.0
type NullableFlavor struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFlavor
deprecated
added in
v0.6.0
func NewNullableFlavor(val *Flavor) *NullableFlavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavor) Get
deprecated
added in
v0.6.0
func (v NullableFlavor) Get() *Flavor
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavor) IsSet
deprecated
added in
v0.6.0
func (v NullableFlavor) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavor) MarshalJSON
deprecated
added in
v0.6.0
func (v NullableFlavor) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavor) Set
deprecated
added in
v0.6.0
func (v *NullableFlavor) Set(val *Flavor)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavor) UnmarshalJSON
deprecated
added in
v0.6.0
func (v *NullableFlavor) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavor) Unset
deprecated
added in
v0.6.0
func (v *NullableFlavor) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFlavorAvailability
deprecated
added in
v0.6.0
type NullableFlavorAvailability struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFlavorAvailability
deprecated
added in
v0.6.0
func NewNullableFlavorAvailability(val *FlavorAvailability) *NullableFlavorAvailability
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavorAvailability) Get
deprecated
added in
v0.6.0
func (v NullableFlavorAvailability) Get() *FlavorAvailability
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavorAvailability) IsSet
deprecated
added in
v0.6.0
func (v NullableFlavorAvailability) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFlavorAvailability) MarshalJSON
deprecated
added in
v0.6.0
func (v NullableFlavorAvailability) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavorAvailability) Set
deprecated
added in
v0.6.0
func (v *NullableFlavorAvailability) Set(val *FlavorAvailability)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavorAvailability) UnmarshalJSON
deprecated
added in
v0.6.0
func (v *NullableFlavorAvailability) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFlavorAvailability) Unset
deprecated
added in
v0.6.0
func (v *NullableFlavorAvailability) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGenericErrorResponse
deprecated
added in
v0.6.0
type NullableGenericErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGenericErrorResponse
deprecated
added in
v0.6.0
func NewNullableGenericErrorResponse(val *GenericErrorResponse) *NullableGenericErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGenericErrorResponse) Get
deprecated
added in
v0.6.0
func (v NullableGenericErrorResponse) Get() *GenericErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGenericErrorResponse) IsSet
deprecated
added in
v0.6.0
func (v NullableGenericErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGenericErrorResponse) MarshalJSON
deprecated
added in
v0.6.0
func (v NullableGenericErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGenericErrorResponse) Set
deprecated
added in
v0.6.0
func (v *NullableGenericErrorResponse) Set(val *GenericErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGenericErrorResponse) UnmarshalJSON
deprecated
added in
v0.6.0
func (v *NullableGenericErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGenericErrorResponse) Unset
deprecated
added in
v0.6.0
func (v *NullableGenericErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInstance
deprecated
type NullableInstance struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInstance
deprecated
func NewNullableInstance(val *Instance) *NullableInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) Get
deprecated
func (v NullableInstance) Get() *Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) IsSet
deprecated
func (v NullableInstance) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) MarshalJSON
deprecated
func (v NullableInstance) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) Set
deprecated
func (v *NullableInstance) Set(val *Instance)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) UnmarshalJSON
deprecated
func (v *NullableInstance) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) Unset
deprecated
func (v *NullableInstance) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInstanceState
deprecated
added in
v0.5.0
type NullableInstanceState struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInstanceState
deprecated
added in
v0.5.0
func NewNullableInstanceState(val *InstanceState) *NullableInstanceState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceState) Get
deprecated
added in
v0.5.0
func (v NullableInstanceState) Get() *InstanceState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceState) IsSet
deprecated
added in
v0.5.0
func (v NullableInstanceState) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceState) MarshalJSON
deprecated
added in
v0.5.0
func (v NullableInstanceState) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceState) Set
deprecated
added in
v0.5.0
func (v *NullableInstanceState) Set(val *InstanceState)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceState) UnmarshalJSON
deprecated
added in
v0.5.0
func (v *NullableInstanceState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceState) Unset
deprecated
added in
v0.5.0
func (v *NullableInstanceState) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInternalServerErrorResponse
deprecated
type NullableInternalServerErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInternalServerErrorResponse
deprecated
func NewNullableInternalServerErrorResponse(val *InternalServerErrorResponse) *NullableInternalServerErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInternalServerErrorResponse) Get
deprecated
func (v NullableInternalServerErrorResponse) Get() *InternalServerErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInternalServerErrorResponse) IsSet
deprecated
func (v NullableInternalServerErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInternalServerErrorResponse) MarshalJSON
deprecated
func (v NullableInternalServerErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInternalServerErrorResponse) Set
deprecated
func (v *NullableInternalServerErrorResponse) Set(val *InternalServerErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInternalServerErrorResponse) UnmarshalJSON
deprecated
func (v *NullableInternalServerErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInternalServerErrorResponse) Unset
deprecated
func (v *NullableInternalServerErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListFlavors
deprecated
added in
v0.6.0
type NullableListFlavors struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListFlavors
deprecated
added in
v0.6.0
func NewNullableListFlavors(val *ListFlavors) *NullableListFlavors
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFlavors) Get
deprecated
added in
v0.6.0
func (v NullableListFlavors) Get() *ListFlavors
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFlavors) IsSet
deprecated
added in
v0.6.0
func (v NullableListFlavors) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListFlavors) MarshalJSON
deprecated
added in
v0.6.0
func (v NullableListFlavors) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFlavors) Set
deprecated
added in
v0.6.0
func (v *NullableListFlavors) Set(val *ListFlavors)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFlavors) UnmarshalJSON
deprecated
added in
v0.6.0
func (v *NullableListFlavors) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListFlavors) Unset
deprecated
added in
v0.6.0
func (v *NullableListFlavors) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListInstances
deprecated
type NullableListInstances struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListInstances
deprecated
func NewNullableListInstances(val *ListInstances) *NullableListInstances
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListInstances) Get
deprecated
func (v NullableListInstances) Get() *ListInstances
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListInstances) IsSet
deprecated
func (v NullableListInstances) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListInstances) MarshalJSON
deprecated
func (v NullableListInstances) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListInstances) Set
deprecated
func (v *NullableListInstances) Set(val *ListInstances)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListInstances) UnmarshalJSON
deprecated
func (v *NullableListInstances) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListInstances) Unset
deprecated
func (v *NullableListInstances) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableNotFoundErrorResponse
deprecated
added in
v0.11.0
type NullableNotFoundErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableNotFoundErrorResponse
deprecated
added in
v0.11.0
func NewNullableNotFoundErrorResponse(val *NotFoundErrorResponse) *NullableNotFoundErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableNotFoundErrorResponse) Get
deprecated
added in
v0.11.0
func (v NullableNotFoundErrorResponse) Get() *NotFoundErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableNotFoundErrorResponse) IsSet
deprecated
added in
v0.11.0
func (v NullableNotFoundErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableNotFoundErrorResponse) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableNotFoundErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableNotFoundErrorResponse) Set
deprecated
added in
v0.11.0
func (v *NullableNotFoundErrorResponse) Set(val *NotFoundErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableNotFoundErrorResponse) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableNotFoundErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableNotFoundErrorResponse) Unset
deprecated
added in
v0.11.0
func (v *NullableNotFoundErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePatchAuthenticationPayload
deprecated
added in
v0.11.0
type NullablePatchAuthenticationPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePatchAuthenticationPayload
deprecated
added in
v0.11.0
func NewNullablePatchAuthenticationPayload(val *PatchAuthenticationPayload) *NullablePatchAuthenticationPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchAuthenticationPayload) Get
deprecated
added in
v0.11.0
func (v NullablePatchAuthenticationPayload) Get() *PatchAuthenticationPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchAuthenticationPayload) IsSet
deprecated
added in
v0.11.0
func (v NullablePatchAuthenticationPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchAuthenticationPayload) MarshalJSON
deprecated
added in
v0.11.0
func (v NullablePatchAuthenticationPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchAuthenticationPayload) Set
deprecated
added in
v0.11.0
func (v *NullablePatchAuthenticationPayload) Set(val *PatchAuthenticationPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchAuthenticationPayload) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullablePatchAuthenticationPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchAuthenticationPayload) Unset
deprecated
added in
v0.11.0
func (v *NullablePatchAuthenticationPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePatchInstancePayload
deprecated
added in
v0.10.0
type NullablePatchInstancePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePatchInstancePayload
deprecated
added in
v0.10.0
func NewNullablePatchInstancePayload(val *PatchInstancePayload) *NullablePatchInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchInstancePayload) Get
deprecated
added in
v0.10.0
func (v NullablePatchInstancePayload) Get() *PatchInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchInstancePayload) IsSet
deprecated
added in
v0.10.0
func (v NullablePatchInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchInstancePayload) MarshalJSON
deprecated
added in
v0.10.0
func (v NullablePatchInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchInstancePayload) Set
deprecated
added in
v0.10.0
func (v *NullablePatchInstancePayload) Set(val *PatchInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchInstancePayload) UnmarshalJSON
deprecated
added in
v0.10.0
func (v *NullablePatchInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchInstancePayload) Unset
deprecated
added in
v0.10.0
func (v *NullablePatchInstancePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePatchOperation
deprecated
added in
v0.8.0
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePatchOperation
deprecated
added in
v0.8.0
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperation) Get
deprecated
added in
v0.8.0
func (v NullablePatchOperation) Get() *PatchOperation
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperation) IsSet
deprecated
added in
v0.8.0
func (v NullablePatchOperation) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperation) MarshalJSON
deprecated
added in
v0.8.0
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperation) Set
deprecated
added in
v0.8.0
func (v *NullablePatchOperation) Set(val *PatchOperation)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperation) UnmarshalJSON
deprecated
added in
v0.8.0
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperation) Unset
deprecated
added in
v0.8.0
func (v *NullablePatchOperation) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePatchOperationOp
deprecated
added in
v0.8.0
type NullablePatchOperationOp struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePatchOperationOp
deprecated
added in
v0.8.0
func NewNullablePatchOperationOp(val *PatchOperationOp) *NullablePatchOperationOp
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperationOp) Get
deprecated
added in
v0.8.0
func (v NullablePatchOperationOp) Get() *PatchOperationOp
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperationOp) IsSet
deprecated
added in
v0.8.0
func (v NullablePatchOperationOp) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePatchOperationOp) MarshalJSON
deprecated
added in
v0.8.0
func (v NullablePatchOperationOp) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperationOp) Set
deprecated
added in
v0.8.0
func (v *NullablePatchOperationOp) Set(val *PatchOperationOp)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperationOp) UnmarshalJSON
deprecated
added in
v0.8.0
func (v *NullablePatchOperationOp) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePatchOperationOp) Unset
deprecated
added in
v0.8.0
func (v *NullablePatchOperationOp) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableRunner
deprecated
added in
v0.11.0
type NullableRunner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableRunner
deprecated
added in
v0.11.0
func NewNullableRunner(val *Runner) *NullableRunner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunner) Get
deprecated
added in
v0.11.0
func (v NullableRunner) Get() *Runner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunner) IsSet
deprecated
added in
v0.11.0
func (v NullableRunner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunner) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableRunner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunner) Set
deprecated
added in
v0.11.0
func (v *NullableRunner) Set(val *Runner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunner) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableRunner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunner) Unset
deprecated
added in
v0.11.0
func (v *NullableRunner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableRunnerRuntime
deprecated
added in
v0.11.0
type NullableRunnerRuntime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableRunnerRuntime
deprecated
added in
v0.11.0
func NewNullableRunnerRuntime(val *RunnerRuntime) *NullableRunnerRuntime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntime) Get
deprecated
added in
v0.11.0
func (v NullableRunnerRuntime) Get() *RunnerRuntime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntime) IsSet
deprecated
added in
v0.11.0
func (v NullableRunnerRuntime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntime) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableRunnerRuntime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntime) Set
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntime) Set(val *RunnerRuntime)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntime) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntime) Unset
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableRunnerRuntimeList
deprecated
added in
v0.11.0
type NullableRunnerRuntimeList struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableRunnerRuntimeList
deprecated
added in
v0.11.0
func NewNullableRunnerRuntimeList(val *RunnerRuntimeList) *NullableRunnerRuntimeList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntimeList) Get
deprecated
added in
v0.11.0
func (v NullableRunnerRuntimeList) Get() *RunnerRuntimeList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntimeList) IsSet
deprecated
added in
v0.11.0
func (v NullableRunnerRuntimeList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableRunnerRuntimeList) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableRunnerRuntimeList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntimeList) Set
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntimeList) Set(val *RunnerRuntimeList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntimeList) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntimeList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableRunnerRuntimeList) Unset
deprecated
added in
v0.11.0
func (v *NullableRunnerRuntimeList) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUnauthorizedErrorResponse
deprecated
added in
v0.11.0
type NullableUnauthorizedErrorResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUnauthorizedErrorResponse
deprecated
added in
v0.11.0
func NewNullableUnauthorizedErrorResponse(val *UnauthorizedErrorResponse) *NullableUnauthorizedErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedErrorResponse) Get
deprecated
added in
v0.11.0
func (v NullableUnauthorizedErrorResponse) Get() *UnauthorizedErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedErrorResponse) IsSet
deprecated
added in
v0.11.0
func (v NullableUnauthorizedErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedErrorResponse) MarshalJSON
deprecated
added in
v0.11.0
func (v NullableUnauthorizedErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedErrorResponse) Set
deprecated
added in
v0.11.0
func (v *NullableUnauthorizedErrorResponse) Set(val *UnauthorizedErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedErrorResponse) UnmarshalJSON
deprecated
added in
v0.11.0
func (v *NullableUnauthorizedErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedErrorResponse) Unset
deprecated
added in
v0.11.0
func (v *NullableUnauthorizedErrorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayload ¶ added in v0.11.0
type PatchAuthenticationPayload struct {
// The well-known configuration url to use for this authentication definition.
AutoDiscoverUrl PatchAuthenticationPayloadGetAutoDiscoverUrlAttributeType `json:"auto_discover_url,omitempty"`
// The IDP client id to use.
ClientId PatchAuthenticationPayloadGetClientIdAttributeType `json:"client_id,omitempty"`
// The IDP client secret to use.
ClientSecret PatchAuthenticationPayloadGetClientSecretAttributeType `json:"client_secret,omitempty"`
// The url of the icon to use for this authentication definition.
IconUrl PatchAuthenticationPayloadGetIconUrlAttributeType `json:"icon_url,omitempty"`
// The Oauth2 provider to use.
Provider PatchAuthenticationPayloadGetProviderAttributeType `json:"provider,omitempty"`
// Scopes defines the OIDC scopes to request.
Scopes PatchAuthenticationPayloadGetScopesAttributeType `json:"scopes,omitempty"`
}
PatchAuthenticationPayload Properties to patch on an authentication. All fields are optional. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchAuthenticationPayload ¶ added in v0.11.0
func NewPatchAuthenticationPayload() *PatchAuthenticationPayload
NewPatchAuthenticationPayload instantiates a new PatchAuthenticationPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchAuthenticationPayloadWithDefaults ¶ added in v0.11.0
func NewPatchAuthenticationPayloadWithDefaults() *PatchAuthenticationPayload
NewPatchAuthenticationPayloadWithDefaults instantiates a new PatchAuthenticationPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetAutoDiscoverUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetAutoDiscoverUrl() (res PatchAuthenticationPayloadGetAutoDiscoverUrlRetType)
GetAutoDiscoverUrl returns the AutoDiscoverUrl field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetAutoDiscoverUrlOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetAutoDiscoverUrlOk() (ret PatchAuthenticationPayloadGetAutoDiscoverUrlRetType, ok bool)
GetAutoDiscoverUrlOk returns a tuple with the AutoDiscoverUrl field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetClientId ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetClientId() (res PatchAuthenticationPayloadGetClientIdRetType)
GetClientId returns the ClientId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetClientIdOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetClientIdOk() (ret PatchAuthenticationPayloadGetClientIdRetType, ok bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetClientSecret ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetClientSecret() (res PatchAuthenticationPayloadGetClientSecretRetType)
GetClientSecret returns the ClientSecret field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetClientSecretOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetClientSecretOk() (ret PatchAuthenticationPayloadGetClientSecretRetType, ok bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetIconUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetIconUrl() (res PatchAuthenticationPayloadGetIconUrlRetType)
GetIconUrl returns the IconUrl field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetIconUrlOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetIconUrlOk() (ret PatchAuthenticationPayloadGetIconUrlRetType, ok bool)
GetIconUrlOk returns a tuple with the IconUrl field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetProvider ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetProvider() (res PatchAuthenticationPayloadGetProviderRetType)
GetProvider returns the Provider field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetProviderOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetProviderOk() (ret PatchAuthenticationPayloadGetProviderRetType, ok bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetScopes ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetScopes() (res PatchAuthenticationPayloadGetScopesRetType)
GetScopes returns the Scopes field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) GetScopesOk ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) GetScopesOk() (ret PatchAuthenticationPayloadGetScopesRetType, ok bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasAutoDiscoverUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasAutoDiscoverUrl() bool
HasAutoDiscoverUrl returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasClientId ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasClientId() bool
HasClientId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasClientSecret ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasIconUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasIconUrl() bool
HasIconUrl returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasProvider ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasProvider() bool
HasProvider returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) HasScopes ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) HasScopes() bool
HasScopes returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetAutoDiscoverUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetAutoDiscoverUrl(v PatchAuthenticationPayloadGetAutoDiscoverUrlRetType)
SetAutoDiscoverUrl gets a reference to the given string and assigns it to the AutoDiscoverUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetClientId ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetClientId(v PatchAuthenticationPayloadGetClientIdRetType)
SetClientId gets a reference to the given string and assigns it to the ClientId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetClientSecret ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetClientSecret(v PatchAuthenticationPayloadGetClientSecretRetType)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetIconUrl ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetIconUrl(v PatchAuthenticationPayloadGetIconUrlRetType)
SetIconUrl gets a reference to the given string and assigns it to the IconUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetProvider ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetProvider(v PatchAuthenticationPayloadGetProviderRetType)
SetProvider gets a reference to the given string and assigns it to the Provider field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchAuthenticationPayload) SetScopes ¶ added in v0.11.0
func (o *PatchAuthenticationPayload) SetScopes(v PatchAuthenticationPayloadGetScopesRetType)
SetScopes gets a reference to the given string and assigns it to the Scopes field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchAuthenticationPayload) ToMap
deprecated
added in
v0.11.0
func (o PatchAuthenticationPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetAutoDiscoverUrlArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetAutoDiscoverUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetAutoDiscoverUrlAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetAutoDiscoverUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetAutoDiscoverUrlRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetAutoDiscoverUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientIdArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetClientIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientIdAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetClientIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientIdRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetClientIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientSecretArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetClientSecretArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientSecretAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetClientSecretAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetClientSecretRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetClientSecretRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetIconUrlArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetIconUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetIconUrlAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetIconUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetIconUrlRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetIconUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetProviderArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetProviderArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetProviderAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetProviderAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetProviderRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetProviderRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetScopesArgType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetScopesArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetScopesAttributeType ¶ added in v0.11.0
type PatchAuthenticationPayloadGetScopesAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationPayloadGetScopesRetType
deprecated
added in
v0.11.0
type PatchAuthenticationPayloadGetScopesRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchAuthenticationRequest
deprecated
added in
v0.11.0
type PatchAuthenticationRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchAuthenticationRequest) Execute
deprecated
added in
v0.11.0
func (r PatchAuthenticationRequest) Execute() (*Authentication, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchAuthenticationRequest) PatchAuthenticationPayload ¶ added in v0.11.0
func (r PatchAuthenticationRequest) PatchAuthenticationPayload(patchAuthenticationPayload PatchAuthenticationPayload) ApiPatchAuthenticationRequest
Authentication Definition configuration data. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayload ¶ added in v0.10.0
type PatchInstancePayload struct {
// A list of CIDR network addresses that are allowed to access the instance.
Acl PatchInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
FeatureToggle PatchInstancePayloadGetFeatureToggleAttributeType `json:"feature_toggle,omitempty"`
}
PatchInstancePayload Properties to patch on an instance. All fields are optional. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchInstancePayload ¶ added in v0.10.0
func NewPatchInstancePayload() *PatchInstancePayload
NewPatchInstancePayload instantiates a new PatchInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchInstancePayloadWithDefaults ¶ added in v0.10.0
func NewPatchInstancePayloadWithDefaults() *PatchInstancePayload
NewPatchInstancePayloadWithDefaults instantiates a new PatchInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) GetAcl ¶ added in v0.10.0
func (o *PatchInstancePayload) GetAcl() (res PatchInstancePayloadGetAclRetType)
GetAcl returns the Acl field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) GetAclOk ¶ added in v0.10.0
func (o *PatchInstancePayload) GetAclOk() (ret PatchInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) GetFeatureToggle ¶ added in v0.11.0
func (o *PatchInstancePayload) GetFeatureToggle() (res PatchInstancePayloadGetFeatureToggleRetType)
GetFeatureToggle returns the FeatureToggle field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) GetFeatureToggleOk ¶ added in v0.11.0
func (o *PatchInstancePayload) GetFeatureToggleOk() (ret PatchInstancePayloadGetFeatureToggleRetType, ok bool)
GetFeatureToggleOk returns a tuple with the FeatureToggle field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) HasAcl ¶ added in v0.10.0
func (o *PatchInstancePayload) HasAcl() bool
HasAcl returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) HasFeatureToggle ¶ added in v0.11.0
func (o *PatchInstancePayload) HasFeatureToggle() bool
HasFeatureToggle returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) SetAcl ¶ added in v0.10.0
func (o *PatchInstancePayload) SetAcl(v PatchInstancePayloadGetAclRetType)
SetAcl gets a reference to the given []string and assigns it to the Acl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchInstancePayload) SetFeatureToggle ¶ added in v0.11.0
func (o *PatchInstancePayload) SetFeatureToggle(v PatchInstancePayloadGetFeatureToggleRetType)
SetFeatureToggle gets a reference to the given FeatureToggle and assigns it to the FeatureToggle field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchInstancePayload) ToMap
deprecated
added in
v0.10.0
func (o PatchInstancePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetAclArgType
deprecated
added in
v0.10.0
type PatchInstancePayloadGetAclArgType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetAclAttributeType ¶ added in v0.10.0
type PatchInstancePayloadGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetAclRetType
deprecated
added in
v0.10.0
type PatchInstancePayloadGetAclRetType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetFeatureToggleArgType
deprecated
added in
v0.11.0
type PatchInstancePayloadGetFeatureToggleArgType = FeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetFeatureToggleAttributeType ¶ added in v0.11.0
type PatchInstancePayloadGetFeatureToggleAttributeType = *FeatureToggle
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstancePayloadGetFeatureToggleRetType
deprecated
added in
v0.11.0
type PatchInstancePayloadGetFeatureToggleRetType = FeatureToggle
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchInstanceRequest
deprecated
added in
v0.8.0
type PatchInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchInstanceRequest) Execute
deprecated
added in
v0.8.0
func (r PatchInstanceRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchInstanceRequest) PatchInstancePayload
deprecated
added in
v0.10.0
func (r PatchInstanceRequest) PatchInstancePayload(patchInstancePayload PatchInstancePayload) ApiPatchInstanceRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperation ¶ added in v0.8.0
type PatchOperation struct {
// The patch operation to perform.
// REQUIRED
Op PatchOperationGetOpAttributeType `json:"op" required:"true"`
// An RFC6901 JSON Pointer to the target location.
// REQUIRED
Path PatchOperationGetPathAttributeType `json:"path" required:"true"`
// The value to be used for 'add' and 'remove' operations.
Value PatchOperationGetValueAttributeType `json:"value,omitempty"`
}
PatchOperation Request a STACKIT Git instance to be patch with these properties. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchOperation ¶ added in v0.8.0
func NewPatchOperation(op PatchOperationGetOpArgType, path PatchOperationGetPathArgType) *PatchOperation
NewPatchOperation instantiates a new PatchOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPatchOperationWithDefaults ¶ added in v0.8.0
func NewPatchOperationWithDefaults() *PatchOperation
NewPatchOperationWithDefaults instantiates a new PatchOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetOp ¶ added in v0.8.0
func (o *PatchOperation) GetOp() (ret PatchOperationGetOpRetType)
GetOp returns the Op field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetOpOk ¶ added in v0.8.0
func (o *PatchOperation) GetOpOk() (ret PatchOperationGetOpRetType, ok bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetPath ¶ added in v0.8.0
func (o *PatchOperation) GetPath() (ret PatchOperationGetPathRetType)
GetPath returns the Path field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetPathOk ¶ added in v0.8.0
func (o *PatchOperation) GetPathOk() (ret PatchOperationGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetValue ¶ added in v0.8.0
func (o *PatchOperation) GetValue() (res PatchOperationGetValueRetType)
GetValue returns the Value field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) GetValueOk ¶ added in v0.8.0
func (o *PatchOperation) GetValueOk() (ret PatchOperationGetValueRetType, ok bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) HasValue ¶ added in v0.8.0
func (o *PatchOperation) HasValue() bool
HasValue returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) SetOp ¶ added in v0.8.0
func (o *PatchOperation) SetOp(v PatchOperationGetOpRetType)
SetOp sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) SetPath ¶ added in v0.8.0
func (o *PatchOperation) SetPath(v PatchOperationGetPathRetType)
SetPath sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperation) SetValue ¶ added in v0.8.0
func (o *PatchOperation) SetValue(v PatchOperationGetValueRetType)
SetValue gets a reference to the given string and assigns it to the Value field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchOperation) ToMap
deprecated
added in
v0.8.0
func (o PatchOperation) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetOpArgType
deprecated
added in
v0.8.0
type PatchOperationGetOpArgType = PatchOperationOp
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetOpAttributeType
deprecated
added in
v0.8.0
type PatchOperationGetOpAttributeType = *PatchOperationOp
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetOpRetType
deprecated
added in
v0.8.0
type PatchOperationGetOpRetType = PatchOperationOp
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetPathArgType
deprecated
added in
v0.8.0
type PatchOperationGetPathArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetPathAttributeType ¶ added in v0.8.0
type PatchOperationGetPathAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetPathRetType
deprecated
added in
v0.8.0
type PatchOperationGetPathRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetValueArgType
deprecated
added in
v0.8.0
type PatchOperationGetValueArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetValueAttributeType ¶ added in v0.8.0
type PatchOperationGetValueAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationGetValueRetType
deprecated
added in
v0.8.0
type PatchOperationGetValueRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PatchOperationOp ¶ added in v0.8.0
type PatchOperationOp string
PatchOperationOp The patch operation to perform. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PATCHOPERATIONOP_ADD PatchOperationOp = "add" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PATCHOPERATIONOP_REMOVE PatchOperationOp = "remove" )
List of Op
func NewPatchOperationOpFromValue ¶ added in v0.8.0
func NewPatchOperationOpFromValue(v PatchOperationOp) (*PatchOperationOp, error)
NewPatchOperationOpFromValue returns a pointer to a valid PatchOperationOp for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchOperationOp) IsValid ¶ added in v0.8.0
func (v PatchOperationOp) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PatchOperationOp) Ptr ¶ added in v0.8.0
func (v PatchOperationOp) Ptr() *PatchOperationOp
Ptr returns reference to OpOp value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PatchOperationOp) UnmarshalJSON
deprecated
added in
v0.8.0
func (v *PatchOperationOp) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Runner ¶ added in v0.11.0
type Runner struct {
// REQUIRED
CreatedAt RunnerGetCreatedAtAttributeType `json:"created_at" required:"true"`
// REQUIRED
Id RunnerGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
Labels RunnerGetLabelsAttributeType `json:"labels" required:"true"`
// The current status of the runner.
// REQUIRED
Status RunnerGetStatusAttributeType `json:"status" required:"true"`
}
Runner Describes a runner associated to a STACKIT Git instance. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunner ¶ added in v0.11.0
func NewRunner(createdAt RunnerGetCreatedAtArgType, id RunnerGetIdArgType, labels RunnerGetLabelsArgType, status RunnerGetStatusArgType) *Runner
NewRunner instantiates a new Runner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunnerWithDefaults ¶ added in v0.11.0
func NewRunnerWithDefaults() *Runner
NewRunnerWithDefaults instantiates a new Runner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetCreatedAt ¶ added in v0.11.0
func (o *Runner) GetCreatedAt() (ret RunnerGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetCreatedAtOk ¶ added in v0.11.0
func (o *Runner) GetCreatedAtOk() (ret RunnerGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetId ¶ added in v0.11.0
func (o *Runner) GetId() (ret RunnerGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetIdOk ¶ added in v0.11.0
func (o *Runner) GetIdOk() (ret RunnerGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetLabels ¶ added in v0.11.0
func (o *Runner) GetLabels() (ret RunnerGetLabelsRetType)
GetLabels returns the Labels field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetLabelsOk ¶ added in v0.11.0
func (o *Runner) GetLabelsOk() (ret RunnerGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetStatus ¶ added in v0.11.0
func (o *Runner) GetStatus() (ret RunnerGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) GetStatusOk ¶ added in v0.11.0
func (o *Runner) GetStatusOk() (ret RunnerGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) SetCreatedAt ¶ added in v0.11.0
func (o *Runner) SetCreatedAt(v RunnerGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) SetId ¶ added in v0.11.0
func (o *Runner) SetId(v RunnerGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) SetLabels ¶ added in v0.11.0
func (o *Runner) SetLabels(v RunnerGetLabelsRetType)
SetLabels sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Runner) SetStatus ¶ added in v0.11.0
func (o *Runner) SetStatus(v RunnerGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetCreatedAtArgType
deprecated
added in
v0.11.0
type RunnerGetCreatedAtAttributeType ¶ added in v0.11.0
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetCreatedAtRetType
deprecated
added in
v0.11.0
type RunnerGetIdArgType
deprecated
added in
v0.11.0
type RunnerGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetIdAttributeType ¶ added in v0.11.0
type RunnerGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetIdRetType
deprecated
added in
v0.11.0
type RunnerGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetLabelsArgType
deprecated
added in
v0.11.0
type RunnerGetLabelsArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetLabelsAttributeType ¶ added in v0.11.0
type RunnerGetLabelsAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetLabelsRetType
deprecated
added in
v0.11.0
type RunnerGetLabelsRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetStatusArgType
deprecated
added in
v0.11.0
type RunnerGetStatusArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetStatusAttributeType ¶ added in v0.11.0
type RunnerGetStatusAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerGetStatusRetType
deprecated
added in
v0.11.0
type RunnerGetStatusRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntime ¶ added in v0.11.0
type RunnerRuntime struct {
// Indicates the availability of the runner label
// REQUIRED
Availability RunnerRuntimeGetAvailabilityAttributeType `json:"availability" required:"true"`
// Human-friendly description of the runtime and it's capabilities.
// REQUIRED
Description RunnerRuntimeGetDescriptionAttributeType `json:"description" required:"true"`
// Human-friendly name of the runtime.
// REQUIRED
DisplayName RunnerRuntimeGetDisplayNameAttributeType `json:"display_name" required:"true"`
// Runtime identifier.
// REQUIRED
Id RunnerRuntimeGetIdAttributeType `json:"id" required:"true"`
// Runtime label.
// REQUIRED
Label RunnerRuntimeGetLabelAttributeType `json:"label" required:"true"`
}
RunnerRuntime Describes a STACKIT Git Runner runtime. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunnerRuntime ¶ added in v0.11.0
func NewRunnerRuntime(availability RunnerRuntimeGetAvailabilityArgType, description RunnerRuntimeGetDescriptionArgType, displayName RunnerRuntimeGetDisplayNameArgType, id RunnerRuntimeGetIdArgType, label RunnerRuntimeGetLabelArgType) *RunnerRuntime
NewRunnerRuntime instantiates a new RunnerRuntime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunnerRuntimeWithDefaults ¶ added in v0.11.0
func NewRunnerRuntimeWithDefaults() *RunnerRuntime
NewRunnerRuntimeWithDefaults instantiates a new RunnerRuntime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetAvailability ¶ added in v0.11.0
func (o *RunnerRuntime) GetAvailability() (ret RunnerRuntimeGetAvailabilityRetType)
GetAvailability returns the Availability field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetAvailabilityOk ¶ added in v0.11.0
func (o *RunnerRuntime) GetAvailabilityOk() (ret RunnerRuntimeGetAvailabilityRetType, ok bool)
GetAvailabilityOk returns a tuple with the Availability field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetDescription ¶ added in v0.11.0
func (o *RunnerRuntime) GetDescription() (ret RunnerRuntimeGetDescriptionRetType)
GetDescription returns the Description field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetDescriptionOk ¶ added in v0.11.0
func (o *RunnerRuntime) GetDescriptionOk() (ret RunnerRuntimeGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetDisplayName ¶ added in v0.11.0
func (o *RunnerRuntime) GetDisplayName() (ret RunnerRuntimeGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetDisplayNameOk ¶ added in v0.11.0
func (o *RunnerRuntime) GetDisplayNameOk() (ret RunnerRuntimeGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetId ¶ added in v0.11.0
func (o *RunnerRuntime) GetId() (ret RunnerRuntimeGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetIdOk ¶ added in v0.11.0
func (o *RunnerRuntime) GetIdOk() (ret RunnerRuntimeGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetLabel ¶ added in v0.11.0
func (o *RunnerRuntime) GetLabel() (ret RunnerRuntimeGetLabelRetType)
GetLabel returns the Label field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) GetLabelOk ¶ added in v0.11.0
func (o *RunnerRuntime) GetLabelOk() (ret RunnerRuntimeGetLabelRetType, ok bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) SetAvailability ¶ added in v0.11.0
func (o *RunnerRuntime) SetAvailability(v RunnerRuntimeGetAvailabilityRetType)
SetAvailability sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) SetDescription ¶ added in v0.11.0
func (o *RunnerRuntime) SetDescription(v RunnerRuntimeGetDescriptionRetType)
SetDescription sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) SetDisplayName ¶ added in v0.11.0
func (o *RunnerRuntime) SetDisplayName(v RunnerRuntimeGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) SetId ¶ added in v0.11.0
func (o *RunnerRuntime) SetId(v RunnerRuntimeGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntime) SetLabel ¶ added in v0.11.0
func (o *RunnerRuntime) SetLabel(v RunnerRuntimeGetLabelRetType)
SetLabel sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (RunnerRuntime) ToMap
deprecated
added in
v0.11.0
func (o RunnerRuntime) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetAvailabilityArgType
deprecated
added in
v0.11.0
type RunnerRuntimeGetAvailabilityArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetAvailabilityAttributeType ¶ added in v0.11.0
type RunnerRuntimeGetAvailabilityAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetAvailabilityRetType
deprecated
added in
v0.11.0
type RunnerRuntimeGetAvailabilityRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDescriptionArgType
deprecated
added in
v0.11.0
type RunnerRuntimeGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDescriptionAttributeType ¶ added in v0.11.0
type RunnerRuntimeGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDescriptionRetType
deprecated
added in
v0.11.0
type RunnerRuntimeGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDisplayNameArgType
deprecated
added in
v0.11.0
type RunnerRuntimeGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDisplayNameAttributeType ¶ added in v0.11.0
type RunnerRuntimeGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetDisplayNameRetType
deprecated
added in
v0.11.0
type RunnerRuntimeGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetIdArgType
deprecated
added in
v0.11.0
type RunnerRuntimeGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetIdAttributeType ¶ added in v0.11.0
type RunnerRuntimeGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetIdRetType
deprecated
added in
v0.11.0
type RunnerRuntimeGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetLabelArgType
deprecated
added in
v0.11.0
type RunnerRuntimeGetLabelArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetLabelAttributeType ¶ added in v0.11.0
type RunnerRuntimeGetLabelAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeGetLabelRetType
deprecated
added in
v0.11.0
type RunnerRuntimeGetLabelRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeList ¶ added in v0.11.0
type RunnerRuntimeList struct {
// REQUIRED
Items RunnerRuntimeListGetItemsAttributeType `json:"items" required:"true"`
}
RunnerRuntimeList A list of STACKIT Git RunnerLabels. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunnerRuntimeList ¶ added in v0.11.0
func NewRunnerRuntimeList(items RunnerRuntimeListGetItemsArgType) *RunnerRuntimeList
NewRunnerRuntimeList instantiates a new RunnerRuntimeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewRunnerRuntimeListWithDefaults ¶ added in v0.11.0
func NewRunnerRuntimeListWithDefaults() *RunnerRuntimeList
NewRunnerRuntimeListWithDefaults instantiates a new RunnerRuntimeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntimeList) GetItems ¶ added in v0.11.0
func (o *RunnerRuntimeList) GetItems() (ret RunnerRuntimeListGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntimeList) GetItemsOk ¶ added in v0.11.0
func (o *RunnerRuntimeList) GetItemsOk() (ret RunnerRuntimeListGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*RunnerRuntimeList) SetItems ¶ added in v0.11.0
func (o *RunnerRuntimeList) SetItems(v RunnerRuntimeListGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (RunnerRuntimeList) ToMap
deprecated
added in
v0.11.0
func (o RunnerRuntimeList) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeListGetItemsArgType
deprecated
added in
v0.11.0
type RunnerRuntimeListGetItemsArgType = []RunnerRuntime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeListGetItemsAttributeType ¶ added in v0.11.0
type RunnerRuntimeListGetItemsAttributeType = *[]RunnerRuntime
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type RunnerRuntimeListGetItemsRetType
deprecated
added in
v0.11.0
type RunnerRuntimeListGetItemsRetType = []RunnerRuntime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponse ¶ added in v0.11.0
type UnauthorizedErrorResponse struct {
// REQUIRED
}
UnauthorizedErrorResponse Unauthorized Error Response. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUnauthorizedErrorResponse ¶ added in v0.11.0
func NewUnauthorizedErrorResponse(message UnauthorizedErrorResponseGetMessageArgType) *UnauthorizedErrorResponse
NewUnauthorizedErrorResponse instantiates a new UnauthorizedErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUnauthorizedErrorResponseWithDefaults ¶ added in v0.11.0
func NewUnauthorizedErrorResponseWithDefaults() *UnauthorizedErrorResponse
NewUnauthorizedErrorResponseWithDefaults instantiates a new UnauthorizedErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetError ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetError() (res UnauthorizedErrorResponseGetErrorRetType)
GetError returns the Error field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetErrorOk ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetErrorOk() (ret UnauthorizedErrorResponseGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetMessage ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetMessage() (ret UnauthorizedErrorResponseGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetMessageOk ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetMessageOk() (ret UnauthorizedErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetPath ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetPath() (res UnauthorizedErrorResponseGetPathRetType)
GetPath returns the Path field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetPathOk ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetPathOk() (ret UnauthorizedErrorResponseGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetStatus ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetStatus() (res UnauthorizedErrorResponseGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetStatusOk ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetStatusOk() (ret UnauthorizedErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetTimestamp ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetTimestamp() (res UnauthorizedErrorResponseGetTimestampRetType)
GetTimestamp returns the Timestamp field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) GetTimestampOk ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) GetTimestampOk() (ret UnauthorizedErrorResponseGetTimestampRetType, ok bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) HasError ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) HasError() bool
HasError returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) HasPath ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) HasPath() bool
HasPath returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) HasStatus ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) HasTimestamp ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) SetError ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) SetError(v UnauthorizedErrorResponseGetErrorRetType)
SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) SetMessage ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) SetMessage(v UnauthorizedErrorResponseGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) SetPath ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) SetPath(v UnauthorizedErrorResponseGetPathRetType)
SetPath gets a reference to the given string and assigns it to the Path field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) SetStatus ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) SetStatus(v UnauthorizedErrorResponseGetStatusRetType)
SetStatus gets a reference to the given int64 and assigns it to the Status field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedErrorResponse) SetTimestamp ¶ added in v0.11.0
func (o *UnauthorizedErrorResponse) SetTimestamp(v UnauthorizedErrorResponseGetTimestampRetType)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UnauthorizedErrorResponse) ToMap
deprecated
added in
v0.11.0
func (o UnauthorizedErrorResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetErrorArgType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetErrorAttributeType ¶ added in v0.11.0
type UnauthorizedErrorResponseGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetErrorRetType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetMessageArgType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetMessageAttributeType ¶ added in v0.11.0
type UnauthorizedErrorResponseGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetMessageRetType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetPathArgType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetPathArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetPathAttributeType ¶ added in v0.11.0
type UnauthorizedErrorResponseGetPathAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetPathRetType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetPathRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetStatusArgType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetStatusArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetStatusAttributeType ¶ added in v0.11.0
type UnauthorizedErrorResponseGetStatusAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetStatusRetType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetStatusRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetTimestampArgType
deprecated
added in
v0.11.0
type UnauthorizedErrorResponseGetTimestampAttributeType ¶ added in v0.11.0
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedErrorResponseGetTimestampRetType
deprecated
added in
v0.11.0
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_already_exists_error.go
- model_authentication.go
- model_authentication_list.go
- model_bad_error_response.go
- model_conflict_error_response.go
- model_create_authentication_payload.go
- model_create_instance_payload.go
- model_create_runner_payload.go
- model_feature_toggle.go
- model_flavor.go
- model_generic_error_response.go
- model_instance.go
- model_internal_server_error_response.go
- model_list_flavors.go
- model_list_instances.go
- model_not_found_error_response.go
- model_patch_authentication_payload.go
- model_patch_instance_payload.go
- model_patch_operation.go
- model_runner.go
- model_runner_runtime.go
- model_runner_runtime_list.go
- model_unauthorized_error_response.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
Deprecated: Will be removed after 2026-09-30.
|
Deprecated: Will be removed after 2026-09-30. |