git

package module
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
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

View Source
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

View Source
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

View Source
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

View Source
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

func CacheExpires(r *http.Response) time.Time

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 ParameterValueToString(obj interface{}, key string) string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32(v float32) *float32

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

func PtrFloat64(v float64) *float64

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

func PtrInt(v int) *int

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

func PtrInt32(v int32) *int32

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

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time 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 (a *APIClient) CreateAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*Authentication, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) CreateInstanceExecute deprecated added in v0.2.0

func (a *APIClient) CreateInstanceExecute(ctx context.Context, projectId string) (*Instance, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) CreateRunnerExecute deprecated added in v0.11.0

func (a *APIClient) CreateRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) DeleteAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) DeleteInstanceExecute deprecated added in v0.2.0

func (a *APIClient) DeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) DeleteRunnerExecute deprecated added in v0.11.0

func (a *APIClient) DeleteRunnerExecute(ctx context.Context, projectId string, instanceId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) GetAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) (*Authentication, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) GetInstanceExecute deprecated added in v0.2.0

func (a *APIClient) GetInstanceExecute(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

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) GetRunnerExecute deprecated added in v0.11.0

func (a *APIClient) GetRunnerExecute(ctx context.Context, projectId string, instanceId string) (*Runner, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) ListAuthenticationExecute(ctx context.Context, projectId string, instanceId string) (*AuthenticationList, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) ListFlavorsExecute(ctx context.Context, projectId string) (*ListFlavors, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) ListInstancesExecute(ctx context.Context, projectId string) (*ListInstances, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) ListRunnerRuntimesExecute(ctx context.Context, projectId string) (*RunnerRuntimeList, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) PatchAuthenticationExecute(ctx context.Context, projectId string, instanceId string, authenticationId string) (*Authentication, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

func (*APIClient) PatchInstanceExecute deprecated added in v0.8.0

func (a *APIClient) 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 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

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

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

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

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

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

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

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

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

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

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

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

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 AuthenticationGetCreatedAtArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type AuthenticationGetCreatedAtAttributeType added in v0.11.0

type AuthenticationGetCreatedAtAttributeType = *time.Time

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 AuthenticationGetCreatedAtRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (Flavor) ToMap deprecated added in v0.6.0

func (o Flavor) 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 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

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

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

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

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

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

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

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

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

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

func (Instance) ToMap deprecated

func (o Instance) 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 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 InstanceGetCreatedArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type InstanceGetCreatedAttributeType

type InstanceGetCreatedAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type InstanceGetCreatedRetType deprecated

type InstanceGetCreatedRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

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

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

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

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

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type MappedNullable deprecated

type MappedNullable interface {
	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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInternalServerErrorResponse) IsSet deprecated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (Runner) ToMap deprecated added in v0.11.0

func (o Runner) 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 RunnerGetCreatedAtArgType deprecated added in v0.11.0

type RunnerGetCreatedAtArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type RunnerGetCreatedAtAttributeType added in v0.11.0

type RunnerGetCreatedAtAttributeType = *time.Time

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 RunnerGetCreatedAtRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

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

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

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

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

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

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

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 {
	Error UnauthorizedErrorResponseGetErrorAttributeType `json:"error,omitempty"`
	// REQUIRED
	Message   UnauthorizedErrorResponseGetMessageAttributeType   `json:"message" required:"true"`
	Path      UnauthorizedErrorResponseGetPathAttributeType      `json:"path,omitempty"`
	Status    UnauthorizedErrorResponseGetStatusAttributeType    `json:"status,omitempty"`
	Timestamp UnauthorizedErrorResponseGetTimestampAttributeType `json:"timestamp,omitempty"`
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 UnauthorizedErrorResponseGetTimestampArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UnauthorizedErrorResponseGetTimestampAttributeType added in v0.11.0

type UnauthorizedErrorResponseGetTimestampAttributeType = *time.Time

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

type UnauthorizedErrorResponseGetTimestampRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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.

Jump to

Keyboard shortcuts

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