runcommand

package module
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 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

Index

Constants

This section is empty.

Variables

View Source
var AllowedCommandDetailsStatusEnumValues = []CommandDetailsStatus{
	"pending",
	"running",
	"completed",
	"failed",
}

All allowed values of CommandDetails enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedCommandsStatusEnumValues = []CommandsStatus{
	"pending",
	"running",
	"completed",
	"failed",
}

All allowed values of Commands 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 Run Commands Service API API v2.0 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) CreateCommand deprecated

func (a *APIClient) CreateCommand(ctx context.Context, projectId string, serverId string, region string) ApiCreateCommandRequest

CreateCommand: Method for CreateCommand

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 ID of the project
@param serverId Server ID of the machine
@param region region
@return ApiCreateCommandRequest

func (*APIClient) CreateCommandExecute deprecated

func (a *APIClient) CreateCommandExecute(ctx context.Context, projectId string, serverId string, region string) (*NewCommandResponse, error)

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

func (*APIClient) GetCommand deprecated

func (a *APIClient) GetCommand(ctx context.Context, projectId string, region string, serverId string, commandId string) ApiGetCommandRequest

GetCommand: Method for GetCommand

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 ID of the project
@param region region
@param serverId Server ID of the machine
@param commandId ID of the command
@return ApiGetCommandRequest

func (*APIClient) GetCommandExecute deprecated

func (a *APIClient) GetCommandExecute(ctx context.Context, projectId string, region string, serverId string, commandId string) (*CommandDetails, error)

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

func (*APIClient) GetCommandTemplate deprecated

func (a *APIClient) GetCommandTemplate(ctx context.Context, projectId string, serverId string, commandTemplateName string, region string) ApiGetCommandTemplateRequest

GetCommandTemplate: Method for GetCommandTemplate

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 ID of the project
@param serverId Server ID of the machine
@param commandTemplateName Name of the template
@param region region
@return ApiGetCommandTemplateRequest

func (*APIClient) GetCommandTemplateExecute deprecated

func (a *APIClient) GetCommandTemplateExecute(ctx context.Context, projectId string, serverId string, commandTemplateName string, region string) (*CommandTemplateSchema, 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) ListCommandTemplates deprecated

func (a *APIClient) ListCommandTemplates(ctx context.Context) ApiListCommandTemplatesRequest

ListCommandTemplates: Method for ListCommandTemplates

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().
@return ApiListCommandTemplatesRequest

func (*APIClient) ListCommandTemplatesExecute deprecated

func (a *APIClient) ListCommandTemplatesExecute(ctx context.Context) (*CommandTemplateResponse, error)

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

func (*APIClient) ListCommands deprecated

func (a *APIClient) ListCommands(ctx context.Context, projectId string, serverId string, region string) ApiListCommandsRequest

ListCommands: Method for ListCommands

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 ID of the project
@param serverId Server ID of the machine
@param region region
@return ApiListCommandsRequest

func (*APIClient) ListCommandsExecute deprecated

func (a *APIClient) ListCommandsExecute(ctx context.Context, projectId string, serverId string, region string) (*GetCommandsResponse, error)

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

type ApiCreateCommandRequest deprecated

type ApiCreateCommandRequest interface {
	// Command to post
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CreateCommandPayload(createCommandPayload CreateCommandPayload) ApiCreateCommandRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*NewCommandResponse, error)
}

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

type ApiGetCommandRequest deprecated

type ApiGetCommandRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*CommandDetails, error)
}

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

type ApiGetCommandTemplateRequest deprecated

type ApiGetCommandTemplateRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*CommandTemplateSchema, error)
}

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

type ApiListCommandTemplatesRequest deprecated

type ApiListCommandTemplatesRequest interface {
	// The type of the Operating System (windows or linux). If not provided will return data for all OS types.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	OsType(osType string) ApiListCommandTemplatesRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*CommandTemplateResponse, error)
}

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

type ApiListCommandsRequest deprecated

type ApiListCommandsRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*GetCommandsResponse, error)
}

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

type CommandDetails

type CommandDetails struct {
	CommandTemplateName  CommandDetailsGetCommandTemplateNameAttributeType  `json:"commandTemplateName,omitempty"`
	CommandTemplateTitle CommandDetailsGetCommandTemplateTitleAttributeType `json:"commandTemplateTitle,omitempty"`
	// Can be cast to int32 without loss of precision.
	ExitCode   CommandDetailsGetExitCodeAttributeType   `json:"exitCode,omitempty"`
	FinishedAt CommandDetailsGetFinishedAtAttributeType `json:"finishedAt,omitempty"`
	// Can be cast to int32 without loss of precision.
	Id        CommandDetailsGetIdAttributeType        `json:"id,omitempty"`
	Output    CommandDetailsGetOutputAttributeType    `json:"output,omitempty"`
	Script    CommandDetailsGetScriptAttributeType    `json:"script,omitempty"`
	StartedAt CommandDetailsGetStartedAtAttributeType `json:"startedAt,omitempty"`
	Status    CommandDetailsGetStatusAttributeType    `json:"status,omitempty"`
}

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

func NewCommandDetails added in v0.2.0

func NewCommandDetails() *CommandDetails

NewCommandDetails instantiates a new CommandDetails 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 NewCommandDetailsWithDefaults added in v0.2.0

func NewCommandDetailsWithDefaults() *CommandDetails

NewCommandDetailsWithDefaults instantiates a new CommandDetails 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 (*CommandDetails) GetCommandTemplateName added in v0.2.0

func (o *CommandDetails) GetCommandTemplateName() (res CommandDetailsGetCommandTemplateNameRetType)

GetCommandTemplateName returns the CommandTemplateName 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 (*CommandDetails) GetCommandTemplateNameOk added in v0.2.0

func (o *CommandDetails) GetCommandTemplateNameOk() (ret CommandDetailsGetCommandTemplateNameRetType, ok bool)

GetCommandTemplateNameOk returns a tuple with the CommandTemplateName 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 (*CommandDetails) GetCommandTemplateTitle added in v0.2.0

func (o *CommandDetails) GetCommandTemplateTitle() (res CommandDetailsGetCommandTemplateTitleRetType)

GetCommandTemplateTitle returns the CommandTemplateTitle 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 (*CommandDetails) GetCommandTemplateTitleOk added in v0.2.0

func (o *CommandDetails) GetCommandTemplateTitleOk() (ret CommandDetailsGetCommandTemplateTitleRetType, ok bool)

GetCommandTemplateTitleOk returns a tuple with the CommandTemplateTitle 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 (*CommandDetails) GetExitCode added in v0.2.0

func (o *CommandDetails) GetExitCode() (res CommandDetailsGetExitCodeRetType)

GetExitCode returns the ExitCode 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 (*CommandDetails) GetExitCodeOk added in v0.2.0

func (o *CommandDetails) GetExitCodeOk() (ret CommandDetailsGetExitCodeRetType, ok bool)

GetExitCodeOk returns a tuple with the ExitCode 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 (*CommandDetails) GetFinishedAt added in v0.2.0

func (o *CommandDetails) GetFinishedAt() (res CommandDetailsGetFinishedAtRetType)

GetFinishedAt returns the FinishedAt 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 (*CommandDetails) GetFinishedAtOk added in v0.2.0

func (o *CommandDetails) GetFinishedAtOk() (ret CommandDetailsGetFinishedAtRetType, ok bool)

GetFinishedAtOk returns a tuple with the FinishedAt 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 (*CommandDetails) GetId added in v0.2.0

func (o *CommandDetails) GetId() (res CommandDetailsGetIdRetType)

GetId returns the Id 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 (*CommandDetails) GetIdOk added in v0.2.0

func (o *CommandDetails) GetIdOk() (ret CommandDetailsGetIdRetType, ok bool)

GetIdOk returns a tuple with the Id 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 (*CommandDetails) GetOutput added in v0.2.0

func (o *CommandDetails) GetOutput() (res CommandDetailsGetOutputRetType)

GetOutput returns the Output 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 (*CommandDetails) GetOutputOk added in v0.2.0

func (o *CommandDetails) GetOutputOk() (ret CommandDetailsGetOutputRetType, ok bool)

GetOutputOk returns a tuple with the Output 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 (*CommandDetails) GetScript added in v0.2.0

func (o *CommandDetails) GetScript() (res CommandDetailsGetScriptRetType)

GetScript returns the Script 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 (*CommandDetails) GetScriptOk added in v0.2.0

func (o *CommandDetails) GetScriptOk() (ret CommandDetailsGetScriptRetType, ok bool)

GetScriptOk returns a tuple with the Script 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 (*CommandDetails) GetStartedAt added in v0.2.0

func (o *CommandDetails) GetStartedAt() (res CommandDetailsGetStartedAtRetType)

GetStartedAt returns the StartedAt 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 (*CommandDetails) GetStartedAtOk added in v0.2.0

func (o *CommandDetails) GetStartedAtOk() (ret CommandDetailsGetStartedAtRetType, ok bool)

GetStartedAtOk returns a tuple with the StartedAt 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 (*CommandDetails) GetStatus added in v0.2.0

func (o *CommandDetails) GetStatus() (res CommandDetailsGetStatusRetType)

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 (*CommandDetails) GetStatusOk added in v0.2.0

func (o *CommandDetails) GetStatusOk() (ret CommandDetailsGetStatusRetType, ok bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) HasCommandTemplateName added in v0.2.0

func (o *CommandDetails) HasCommandTemplateName() bool

HasCommandTemplateName 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 (*CommandDetails) HasCommandTemplateTitle added in v0.2.0

func (o *CommandDetails) HasCommandTemplateTitle() bool

HasCommandTemplateTitle 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 (*CommandDetails) HasExitCode added in v0.2.0

func (o *CommandDetails) HasExitCode() bool

HasExitCode 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 (*CommandDetails) HasFinishedAt added in v0.2.0

func (o *CommandDetails) HasFinishedAt() bool

HasFinishedAt 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 (*CommandDetails) HasId added in v0.2.0

func (o *CommandDetails) HasId() bool

HasId 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 (*CommandDetails) HasOutput added in v0.2.0

func (o *CommandDetails) HasOutput() bool

HasOutput 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 (*CommandDetails) HasScript added in v0.2.0

func (o *CommandDetails) HasScript() bool

HasScript 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 (*CommandDetails) HasStartedAt added in v0.2.0

func (o *CommandDetails) HasStartedAt() bool

HasStartedAt 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 (*CommandDetails) HasStatus added in v0.2.0

func (o *CommandDetails) 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 (*CommandDetails) SetCommandTemplateName added in v0.2.0

func (o *CommandDetails) SetCommandTemplateName(v CommandDetailsGetCommandTemplateNameRetType)

SetCommandTemplateName gets a reference to the given string and assigns it to the CommandTemplateName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetCommandTemplateTitle added in v0.2.0

func (o *CommandDetails) SetCommandTemplateTitle(v CommandDetailsGetCommandTemplateTitleRetType)

SetCommandTemplateTitle gets a reference to the given string and assigns it to the CommandTemplateTitle field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetExitCode added in v0.2.0

SetExitCode gets a reference to the given int64 and assigns it to the ExitCode field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetFinishedAt added in v0.2.0

SetFinishedAt gets a reference to the given string and assigns it to the FinishedAt field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetId added in v0.2.0

SetId gets a reference to the given int64 and assigns it to the Id field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetOutput added in v0.2.0

SetOutput gets a reference to the given string and assigns it to the Output field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetScript added in v0.2.0

SetScript gets a reference to the given string and assigns it to the Script field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetStartedAt added in v0.2.0

SetStartedAt gets a reference to the given string and assigns it to the StartedAt field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandDetails) SetStatus added in v0.2.0

SetStatus gets a reference to the given string 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 (CommandDetails) ToMap deprecated added in v0.2.0

func (o CommandDetails) 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 CommandDetailsGetCommandTemplateNameArgType deprecated added in v1.0.0

type CommandDetailsGetCommandTemplateNameArgType = string

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

type CommandDetailsGetCommandTemplateNameAttributeType added in v1.0.0

type CommandDetailsGetCommandTemplateNameAttributeType = *string

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

type CommandDetailsGetCommandTemplateNameRetType deprecated added in v1.0.0

type CommandDetailsGetCommandTemplateNameRetType = string

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

type CommandDetailsGetCommandTemplateTitleArgType deprecated added in v1.0.0

type CommandDetailsGetCommandTemplateTitleArgType = string

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

type CommandDetailsGetCommandTemplateTitleAttributeType added in v1.0.0

type CommandDetailsGetCommandTemplateTitleAttributeType = *string

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

type CommandDetailsGetCommandTemplateTitleRetType deprecated added in v1.0.0

type CommandDetailsGetCommandTemplateTitleRetType = string

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

type CommandDetailsGetExitCodeArgType deprecated added in v1.0.0

type CommandDetailsGetExitCodeArgType = int64

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

type CommandDetailsGetExitCodeAttributeType added in v1.0.0

type CommandDetailsGetExitCodeAttributeType = *int64

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

type CommandDetailsGetExitCodeRetType deprecated added in v1.0.0

type CommandDetailsGetExitCodeRetType = int64

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

type CommandDetailsGetFinishedAtArgType deprecated added in v1.0.0

type CommandDetailsGetFinishedAtArgType = string

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

type CommandDetailsGetFinishedAtAttributeType added in v1.0.0

type CommandDetailsGetFinishedAtAttributeType = *string

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

type CommandDetailsGetFinishedAtRetType deprecated added in v1.0.0

type CommandDetailsGetFinishedAtRetType = string

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

type CommandDetailsGetIdArgType deprecated added in v1.0.0

type CommandDetailsGetIdArgType = int64

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

type CommandDetailsGetIdAttributeType added in v1.0.0

type CommandDetailsGetIdAttributeType = *int64

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

type CommandDetailsGetIdRetType deprecated added in v1.0.0

type CommandDetailsGetIdRetType = int64

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

type CommandDetailsGetOutputArgType deprecated added in v1.0.0

type CommandDetailsGetOutputArgType = string

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

type CommandDetailsGetOutputAttributeType added in v1.0.0

type CommandDetailsGetOutputAttributeType = *string

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

type CommandDetailsGetOutputRetType deprecated added in v1.0.0

type CommandDetailsGetOutputRetType = string

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

type CommandDetailsGetScriptArgType deprecated added in v1.0.0

type CommandDetailsGetScriptArgType = string

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

type CommandDetailsGetScriptAttributeType added in v1.0.0

type CommandDetailsGetScriptAttributeType = *string

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

type CommandDetailsGetScriptRetType deprecated added in v1.0.0

type CommandDetailsGetScriptRetType = string

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

type CommandDetailsGetStartedAtArgType deprecated added in v1.0.0

type CommandDetailsGetStartedAtArgType = string

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

type CommandDetailsGetStartedAtAttributeType added in v1.0.0

type CommandDetailsGetStartedAtAttributeType = *string

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

type CommandDetailsGetStartedAtRetType deprecated added in v1.0.0

type CommandDetailsGetStartedAtRetType = string

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

type CommandDetailsGetStatusArgType deprecated added in v1.0.0

type CommandDetailsGetStatusArgType = CommandDetailsStatus

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

type CommandDetailsGetStatusAttributeType deprecated added in v1.0.0

type CommandDetailsGetStatusAttributeType = *CommandDetailsStatus

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

type CommandDetailsGetStatusRetType deprecated added in v1.0.0

type CommandDetailsGetStatusRetType = CommandDetailsStatus

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

type CommandDetailsStatus added in v1.1.0

type CommandDetailsStatus string

CommandDetailsStatus the model 'CommandDetails' 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
	COMMANDDETAILSSTATUS_PENDING CommandDetailsStatus = "pending"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDDETAILSSTATUS_RUNNING CommandDetailsStatus = "running"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDDETAILSSTATUS_COMPLETED CommandDetailsStatus = "completed"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDDETAILSSTATUS_FAILED CommandDetailsStatus = "failed"
)

List of Status

func NewCommandDetailsStatusFromValue added in v1.1.0

func NewCommandDetailsStatusFromValue(v CommandDetailsStatus) (*CommandDetailsStatus, error)

NewCommandDetailsStatusFromValue returns a pointer to a valid CommandDetailsStatus 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 (CommandDetailsStatus) IsValid added in v1.1.0

func (v CommandDetailsStatus) 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 (CommandDetailsStatus) Ptr added in v1.1.0

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

func (*CommandDetailsStatus) UnmarshalJSON deprecated added in v1.1.0

func (v *CommandDetailsStatus) UnmarshalJSON(src []byte) error

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

type CommandTemplate

type CommandTemplate struct {
	Name   CommandTemplateGetNameAttributeType   `json:"name,omitempty"`
	OsType CommandTemplateGetOsTypeAttributeType `json:"osType,omitempty"`
	Title  CommandTemplateGetTitleAttributeType  `json:"title,omitempty"`
}

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

func NewCommandTemplate added in v0.2.0

func NewCommandTemplate() *CommandTemplate

NewCommandTemplate instantiates a new CommandTemplate 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 NewCommandTemplateWithDefaults added in v0.2.0

func NewCommandTemplateWithDefaults() *CommandTemplate

NewCommandTemplateWithDefaults instantiates a new CommandTemplate 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 (*CommandTemplate) GetName added in v0.2.0

GetName returns the Name 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 (*CommandTemplate) GetNameOk added in v0.2.0

func (o *CommandTemplate) GetNameOk() (ret CommandTemplateGetNameRetType, ok bool)

GetNameOk returns a tuple with the Name 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 (*CommandTemplate) GetOsType added in v0.2.0

func (o *CommandTemplate) GetOsType() (res CommandTemplateGetOsTypeRetType)

GetOsType returns the OsType 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 (*CommandTemplate) GetOsTypeOk added in v0.2.0

func (o *CommandTemplate) GetOsTypeOk() (ret CommandTemplateGetOsTypeRetType, ok bool)

GetOsTypeOk returns a tuple with the OsType 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 (*CommandTemplate) GetTitle added in v0.2.0

func (o *CommandTemplate) GetTitle() (res CommandTemplateGetTitleRetType)

GetTitle returns the Title 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 (*CommandTemplate) GetTitleOk added in v0.2.0

func (o *CommandTemplate) GetTitleOk() (ret CommandTemplateGetTitleRetType, ok bool)

GetTitleOk returns a tuple with the Title 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 (*CommandTemplate) HasName added in v0.2.0

func (o *CommandTemplate) HasName() bool

HasName 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 (*CommandTemplate) HasOsType added in v0.2.0

func (o *CommandTemplate) HasOsType() bool

HasOsType 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 (*CommandTemplate) HasTitle added in v0.2.0

func (o *CommandTemplate) HasTitle() bool

HasTitle 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 (*CommandTemplate) SetName added in v0.2.0

SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplate) SetOsType added in v0.2.0

SetOsType gets a reference to the given []string and assigns it to the OsType field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplate) SetTitle added in v0.2.0

SetTitle gets a reference to the given string and assigns it to the Title field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CommandTemplate) ToMap deprecated added in v0.2.0

func (o CommandTemplate) 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 CommandTemplateGetNameArgType deprecated added in v1.0.0

type CommandTemplateGetNameArgType = string

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

type CommandTemplateGetNameAttributeType added in v1.0.0

type CommandTemplateGetNameAttributeType = *string

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

type CommandTemplateGetNameRetType deprecated added in v1.0.0

type CommandTemplateGetNameRetType = string

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

type CommandTemplateGetOsTypeArgType deprecated added in v1.0.0

type CommandTemplateGetOsTypeArgType = []string

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

type CommandTemplateGetOsTypeAttributeType added in v1.0.0

type CommandTemplateGetOsTypeAttributeType = *[]string

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

type CommandTemplateGetOsTypeRetType deprecated added in v1.0.0

type CommandTemplateGetOsTypeRetType = []string

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

type CommandTemplateGetTitleArgType deprecated added in v1.0.0

type CommandTemplateGetTitleArgType = string

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

type CommandTemplateGetTitleAttributeType added in v1.0.0

type CommandTemplateGetTitleAttributeType = *string

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

type CommandTemplateGetTitleRetType deprecated added in v1.0.0

type CommandTemplateGetTitleRetType = string

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

type CommandTemplateResponse

type CommandTemplateResponse struct {
	Items CommandTemplateResponseGetItemsAttributeType `json:"items,omitempty"`
}

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

func NewCommandTemplateResponse added in v0.2.0

func NewCommandTemplateResponse() *CommandTemplateResponse

NewCommandTemplateResponse instantiates a new CommandTemplateResponse 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 NewCommandTemplateResponseWithDefaults added in v0.2.0

func NewCommandTemplateResponseWithDefaults() *CommandTemplateResponse

NewCommandTemplateResponseWithDefaults instantiates a new CommandTemplateResponse 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 (*CommandTemplateResponse) GetItems added in v0.2.0

GetItems returns the Items 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 (*CommandTemplateResponse) GetItemsOk added in v0.2.0

GetItemsOk returns a tuple with the Items 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 (*CommandTemplateResponse) HasItems added in v0.2.0

func (o *CommandTemplateResponse) HasItems() bool

HasItems 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 (*CommandTemplateResponse) SetItems added in v0.2.0

SetItems gets a reference to the given []CommandTemplate and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CommandTemplateResponse) ToMap deprecated added in v0.2.0

func (o CommandTemplateResponse) 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 CommandTemplateResponseGetItemsArgType deprecated added in v1.0.0

type CommandTemplateResponseGetItemsArgType = []CommandTemplate

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

type CommandTemplateResponseGetItemsAttributeType added in v1.0.0

type CommandTemplateResponseGetItemsAttributeType = *[]CommandTemplate

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

type CommandTemplateResponseGetItemsRetType deprecated added in v1.0.0

type CommandTemplateResponseGetItemsRetType = []CommandTemplate

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

type CommandTemplateSchema

type CommandTemplateSchema struct {
	Description      CommandTemplateSchemaGetDescriptionAttributeType      `json:"description,omitempty"`
	Name             CommandTemplateSchemaGetNameAttributeType             `json:"name,omitempty"`
	OsType           CommandTemplateSchemaGetOsTypeAttributeType           `json:"osType,omitempty"`
	ParametersSchema CommandTemplateSchemaGetParametersSchemaAttributeType `json:"parametersSchema,omitempty"`
	Title            CommandTemplateSchemaGetTitleAttributeType            `json:"title,omitempty"`
}

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

func NewCommandTemplateSchema added in v0.2.0

func NewCommandTemplateSchema() *CommandTemplateSchema

NewCommandTemplateSchema instantiates a new CommandTemplateSchema 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 NewCommandTemplateSchemaWithDefaults added in v0.2.0

func NewCommandTemplateSchemaWithDefaults() *CommandTemplateSchema

NewCommandTemplateSchemaWithDefaults instantiates a new CommandTemplateSchema 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 (*CommandTemplateSchema) GetDescription added in v0.2.0

GetDescription returns the Description 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 (*CommandTemplateSchema) GetDescriptionOk added in v0.2.0

GetDescriptionOk returns a tuple with the Description 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 (*CommandTemplateSchema) GetName added in v0.2.0

GetName returns the Name 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 (*CommandTemplateSchema) GetNameOk added in v0.2.0

GetNameOk returns a tuple with the Name 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 (*CommandTemplateSchema) GetOsType added in v0.2.0

GetOsType returns the OsType 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 (*CommandTemplateSchema) GetOsTypeOk added in v0.2.0

GetOsTypeOk returns a tuple with the OsType 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 (*CommandTemplateSchema) GetParametersSchema added in v1.4.0

GetParametersSchema returns the ParametersSchema 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 (*CommandTemplateSchema) GetParametersSchemaOk added in v1.4.0

func (o *CommandTemplateSchema) GetParametersSchemaOk() (ret CommandTemplateSchemaGetParametersSchemaRetType, ok bool)

GetParametersSchemaOk returns a tuple with the ParametersSchema 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 (*CommandTemplateSchema) GetTitle added in v0.2.0

GetTitle returns the Title 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 (*CommandTemplateSchema) GetTitleOk added in v0.2.0

GetTitleOk returns a tuple with the Title 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 (*CommandTemplateSchema) HasDescription added in v0.2.0

func (o *CommandTemplateSchema) HasDescription() bool

HasDescription 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 (*CommandTemplateSchema) HasName added in v0.2.0

func (o *CommandTemplateSchema) HasName() bool

HasName 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 (*CommandTemplateSchema) HasOsType added in v0.2.0

func (o *CommandTemplateSchema) HasOsType() bool

HasOsType 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 (*CommandTemplateSchema) HasParametersSchema added in v1.4.0

func (o *CommandTemplateSchema) HasParametersSchema() bool

HasParametersSchema 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 (*CommandTemplateSchema) HasTitle added in v0.2.0

func (o *CommandTemplateSchema) HasTitle() bool

HasTitle 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 (*CommandTemplateSchema) SetDescription added in v0.2.0

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplateSchema) SetName added in v0.2.0

SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplateSchema) SetOsType added in v0.2.0

SetOsType gets a reference to the given []string and assigns it to the OsType field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplateSchema) SetParametersSchema added in v1.4.0

SetParametersSchema gets a reference to the given ParametersSchema and assigns it to the ParametersSchema field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CommandTemplateSchema) SetTitle added in v0.2.0

SetTitle gets a reference to the given string and assigns it to the Title field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CommandTemplateSchema) ToMap deprecated added in v0.2.0

func (o CommandTemplateSchema) 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 CommandTemplateSchemaGetDescriptionArgType deprecated added in v1.0.0

type CommandTemplateSchemaGetDescriptionArgType = string

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

type CommandTemplateSchemaGetDescriptionAttributeType added in v1.0.0

type CommandTemplateSchemaGetDescriptionAttributeType = *string

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

type CommandTemplateSchemaGetDescriptionRetType deprecated added in v1.0.0

type CommandTemplateSchemaGetDescriptionRetType = string

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

type CommandTemplateSchemaGetNameArgType deprecated added in v1.0.0

type CommandTemplateSchemaGetNameArgType = string

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

type CommandTemplateSchemaGetNameAttributeType added in v1.0.0

type CommandTemplateSchemaGetNameAttributeType = *string

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

type CommandTemplateSchemaGetNameRetType deprecated added in v1.0.0

type CommandTemplateSchemaGetNameRetType = string

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

type CommandTemplateSchemaGetOsTypeArgType deprecated added in v1.0.0

type CommandTemplateSchemaGetOsTypeArgType = []string

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

type CommandTemplateSchemaGetOsTypeAttributeType added in v1.0.0

type CommandTemplateSchemaGetOsTypeAttributeType = *[]string

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

type CommandTemplateSchemaGetOsTypeRetType deprecated added in v1.0.0

type CommandTemplateSchemaGetOsTypeRetType = []string

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

type CommandTemplateSchemaGetParametersSchemaArgType deprecated added in v1.4.0

type CommandTemplateSchemaGetParametersSchemaArgType = ParametersSchema

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

type CommandTemplateSchemaGetParametersSchemaAttributeType added in v1.4.0

type CommandTemplateSchemaGetParametersSchemaAttributeType = *ParametersSchema

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

type CommandTemplateSchemaGetParametersSchemaRetType deprecated added in v1.4.0

type CommandTemplateSchemaGetParametersSchemaRetType = ParametersSchema

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

type CommandTemplateSchemaGetTitleArgType deprecated added in v1.0.0

type CommandTemplateSchemaGetTitleArgType = string

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

type CommandTemplateSchemaGetTitleAttributeType added in v1.0.0

type CommandTemplateSchemaGetTitleAttributeType = *string

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

type CommandTemplateSchemaGetTitleRetType deprecated added in v1.0.0

type CommandTemplateSchemaGetTitleRetType = string

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

type Commands

type Commands struct {
	CommandTemplateName  CommandsGetCommandTemplateNameAttributeType  `json:"commandTemplateName,omitempty"`
	CommandTemplateTitle CommandsGetCommandTemplateTitleAttributeType `json:"commandTemplateTitle,omitempty"`
	FinishedAt           CommandsGetFinishedAtAttributeType           `json:"finishedAt,omitempty"`
	// Can be cast to int32 without loss of precision.
	Id        CommandsGetIdAttributeType        `json:"id,omitempty"`
	StartedAt CommandsGetStartedAtAttributeType `json:"startedAt,omitempty"`
	Status    CommandsGetStatusAttributeType    `json:"status,omitempty"`
}

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

func NewCommands added in v0.2.0

func NewCommands() *Commands

NewCommands instantiates a new Commands 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 NewCommandsWithDefaults added in v0.2.0

func NewCommandsWithDefaults() *Commands

NewCommandsWithDefaults instantiates a new Commands 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 (*Commands) GetCommandTemplateName added in v0.2.0

func (o *Commands) GetCommandTemplateName() (res CommandsGetCommandTemplateNameRetType)

GetCommandTemplateName returns the CommandTemplateName 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 (*Commands) GetCommandTemplateNameOk added in v0.2.0

func (o *Commands) GetCommandTemplateNameOk() (ret CommandsGetCommandTemplateNameRetType, ok bool)

GetCommandTemplateNameOk returns a tuple with the CommandTemplateName 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 (*Commands) GetCommandTemplateTitle added in v0.2.0

func (o *Commands) GetCommandTemplateTitle() (res CommandsGetCommandTemplateTitleRetType)

GetCommandTemplateTitle returns the CommandTemplateTitle 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 (*Commands) GetCommandTemplateTitleOk added in v0.2.0

func (o *Commands) GetCommandTemplateTitleOk() (ret CommandsGetCommandTemplateTitleRetType, ok bool)

GetCommandTemplateTitleOk returns a tuple with the CommandTemplateTitle 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 (*Commands) GetFinishedAt added in v0.2.0

func (o *Commands) GetFinishedAt() (res CommandsGetFinishedAtRetType)

GetFinishedAt returns the FinishedAt 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 (*Commands) GetFinishedAtOk added in v0.2.0

func (o *Commands) GetFinishedAtOk() (ret CommandsGetFinishedAtRetType, ok bool)

GetFinishedAtOk returns a tuple with the FinishedAt 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 (*Commands) GetId added in v0.2.0

func (o *Commands) GetId() (res CommandsGetIdRetType)

GetId returns the Id 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 (*Commands) GetIdOk added in v0.2.0

func (o *Commands) GetIdOk() (ret CommandsGetIdRetType, ok bool)

GetIdOk returns a tuple with the Id 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 (*Commands) GetStartedAt added in v0.2.0

func (o *Commands) GetStartedAt() (res CommandsGetStartedAtRetType)

GetStartedAt returns the StartedAt 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 (*Commands) GetStartedAtOk added in v0.2.0

func (o *Commands) GetStartedAtOk() (ret CommandsGetStartedAtRetType, ok bool)

GetStartedAtOk returns a tuple with the StartedAt 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 (*Commands) GetStatus added in v0.2.0

func (o *Commands) GetStatus() (res CommandsGetStatusRetType)

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 (*Commands) GetStatusOk added in v0.2.0

func (o *Commands) GetStatusOk() (ret CommandsGetStatusRetType, ok bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) HasCommandTemplateName added in v0.2.0

func (o *Commands) HasCommandTemplateName() bool

HasCommandTemplateName 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 (*Commands) HasCommandTemplateTitle added in v0.2.0

func (o *Commands) HasCommandTemplateTitle() bool

HasCommandTemplateTitle 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 (*Commands) HasFinishedAt added in v0.2.0

func (o *Commands) HasFinishedAt() bool

HasFinishedAt 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 (*Commands) HasId added in v0.2.0

func (o *Commands) HasId() bool

HasId 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 (*Commands) HasStartedAt added in v0.2.0

func (o *Commands) HasStartedAt() bool

HasStartedAt 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 (*Commands) HasStatus added in v0.2.0

func (o *Commands) 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 (*Commands) SetCommandTemplateName added in v0.2.0

func (o *Commands) SetCommandTemplateName(v CommandsGetCommandTemplateNameRetType)

SetCommandTemplateName gets a reference to the given string and assigns it to the CommandTemplateName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) SetCommandTemplateTitle added in v0.2.0

func (o *Commands) SetCommandTemplateTitle(v CommandsGetCommandTemplateTitleRetType)

SetCommandTemplateTitle gets a reference to the given string and assigns it to the CommandTemplateTitle field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) SetFinishedAt added in v0.2.0

func (o *Commands) SetFinishedAt(v CommandsGetFinishedAtRetType)

SetFinishedAt gets a reference to the given string and assigns it to the FinishedAt field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) SetId added in v0.2.0

func (o *Commands) SetId(v CommandsGetIdRetType)

SetId gets a reference to the given int64 and assigns it to the Id field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) SetStartedAt added in v0.2.0

func (o *Commands) SetStartedAt(v CommandsGetStartedAtRetType)

SetStartedAt gets a reference to the given string and assigns it to the StartedAt field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Commands) SetStatus added in v0.2.0

func (o *Commands) SetStatus(v CommandsGetStatusRetType)

SetStatus gets a reference to the given string 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 (Commands) ToMap deprecated added in v0.2.0

func (o Commands) 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 CommandsGetCommandTemplateNameArgType deprecated added in v1.0.0

type CommandsGetCommandTemplateNameArgType = string

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

type CommandsGetCommandTemplateNameAttributeType added in v1.0.0

type CommandsGetCommandTemplateNameAttributeType = *string

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

type CommandsGetCommandTemplateNameRetType deprecated added in v1.0.0

type CommandsGetCommandTemplateNameRetType = string

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

type CommandsGetCommandTemplateTitleArgType deprecated added in v1.0.0

type CommandsGetCommandTemplateTitleArgType = string

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

type CommandsGetCommandTemplateTitleAttributeType added in v1.0.0

type CommandsGetCommandTemplateTitleAttributeType = *string

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

type CommandsGetCommandTemplateTitleRetType deprecated added in v1.0.0

type CommandsGetCommandTemplateTitleRetType = string

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

type CommandsGetFinishedAtArgType deprecated added in v1.0.0

type CommandsGetFinishedAtArgType = string

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

type CommandsGetFinishedAtAttributeType added in v1.0.0

type CommandsGetFinishedAtAttributeType = *string

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

type CommandsGetFinishedAtRetType deprecated added in v1.0.0

type CommandsGetFinishedAtRetType = string

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

type CommandsGetIdArgType deprecated added in v1.0.0

type CommandsGetIdArgType = int64

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

type CommandsGetIdAttributeType added in v1.0.0

type CommandsGetIdAttributeType = *int64

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

type CommandsGetIdRetType deprecated added in v1.0.0

type CommandsGetIdRetType = int64

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

type CommandsGetStartedAtArgType deprecated added in v1.0.0

type CommandsGetStartedAtArgType = string

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

type CommandsGetStartedAtAttributeType added in v1.0.0

type CommandsGetStartedAtAttributeType = *string

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

type CommandsGetStartedAtRetType deprecated added in v1.0.0

type CommandsGetStartedAtRetType = string

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

type CommandsGetStatusArgType deprecated added in v1.0.0

type CommandsGetStatusArgType = CommandsStatus

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

type CommandsGetStatusAttributeType deprecated added in v1.0.0

type CommandsGetStatusAttributeType = *CommandsStatus

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

type CommandsGetStatusRetType deprecated added in v1.0.0

type CommandsGetStatusRetType = CommandsStatus

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

type CommandsStatus added in v1.1.0

type CommandsStatus string

CommandsStatus the model 'Commands' 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
	COMMANDSSTATUS_PENDING CommandsStatus = "pending"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDSSTATUS_RUNNING CommandsStatus = "running"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDSSTATUS_COMPLETED CommandsStatus = "completed"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	COMMANDSSTATUS_FAILED CommandsStatus = "failed"
)

List of Status

func NewCommandsStatusFromValue added in v1.1.0

func NewCommandsStatusFromValue(v CommandsStatus) (*CommandsStatus, error)

NewCommandsStatusFromValue returns a pointer to a valid CommandsStatus 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 (CommandsStatus) IsValid added in v1.1.0

func (v CommandsStatus) 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 (CommandsStatus) Ptr added in v1.1.0

func (v CommandsStatus) Ptr() *CommandsStatus

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

func (*CommandsStatus) UnmarshalJSON deprecated added in v1.1.0

func (v *CommandsStatus) UnmarshalJSON(src []byte) error

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

type CreateCommandPayload

type CreateCommandPayload struct {
	// REQUIRED
	CommandTemplateName CreateCommandPayloadGetCommandTemplateNameAttributeType `json:"commandTemplateName" required:"true"`
	Parameters          CreateCommandPayloadGetParametersAttributeType          `json:"parameters,omitempty"`
}

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

func NewCreateCommandPayload added in v0.2.0

func NewCreateCommandPayload(commandTemplateName CreateCommandPayloadGetCommandTemplateNameArgType) *CreateCommandPayload

NewCreateCommandPayload instantiates a new CreateCommandPayload 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 NewCreateCommandPayloadWithDefaults added in v0.2.0

func NewCreateCommandPayloadWithDefaults() *CreateCommandPayload

NewCreateCommandPayloadWithDefaults instantiates a new CreateCommandPayload 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 (*CreateCommandPayload) GetCommandTemplateName added in v0.2.0

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

func (*CreateCommandPayload) GetCommandTemplateNameOk added in v0.2.0

func (o *CreateCommandPayload) GetCommandTemplateNameOk() (ret CreateCommandPayloadGetCommandTemplateNameRetType, ok bool)

GetCommandTemplateNameOk returns a tuple with the CommandTemplateName 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 (*CreateCommandPayload) GetParameters added in v0.2.0

GetParameters returns the Parameters 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 (*CreateCommandPayload) GetParametersOk added in v0.2.0

GetParametersOk returns a tuple with the Parameters 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 (*CreateCommandPayload) HasParameters added in v0.2.0

func (o *CreateCommandPayload) HasParameters() bool

HasParameters 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 (*CreateCommandPayload) SetCommandTemplateName added in v0.2.0

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

func (*CreateCommandPayload) SetParameters added in v0.2.0

SetParameters gets a reference to the given map[string]string and assigns it to the Parameters field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateCommandPayload) ToMap deprecated added in v0.2.0

func (o CreateCommandPayload) 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 CreateCommandPayloadGetCommandTemplateNameArgType deprecated added in v1.0.0

type CreateCommandPayloadGetCommandTemplateNameArgType = string

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

type CreateCommandPayloadGetCommandTemplateNameAttributeType added in v1.0.0

type CreateCommandPayloadGetCommandTemplateNameAttributeType = *string

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

type CreateCommandPayloadGetCommandTemplateNameRetType deprecated added in v1.0.0

type CreateCommandPayloadGetCommandTemplateNameRetType = string

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

type CreateCommandPayloadGetParametersArgType deprecated added in v1.0.0

type CreateCommandPayloadGetParametersArgType = map[string]string

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

type CreateCommandPayloadGetParametersAttributeType added in v1.0.0

type CreateCommandPayloadGetParametersAttributeType = *map[string]string

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

type CreateCommandPayloadGetParametersRetType deprecated added in v1.0.0

type CreateCommandPayloadGetParametersRetType = map[string]string

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

type CreateCommandRequest deprecated added in v1.2.0

type CreateCommandRequest 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 (CreateCommandRequest) CreateCommandPayload added in v1.2.0

func (r CreateCommandRequest) CreateCommandPayload(createCommandPayload CreateCommandPayload) ApiCreateCommandRequest

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

func (CreateCommandRequest) Execute deprecated added in v1.2.0

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

type DefaultApi deprecated added in v1.2.0

type DefaultApi interface {
	/*
		CreateCommand Method for CreateCommand
		Creates a new command for execution

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param region region
		@return ApiCreateCommandRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateCommand(ctx context.Context, projectId string, serverId string, region string) ApiCreateCommandRequest
	/*
		CreateCommandExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param region region
		@return NewCommandResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateCommandExecute(ctx context.Context, projectId string, serverId string, region string) (*NewCommandResponse, error)
	/*
		GetCommand Method for GetCommand
		Returns details about a command

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param region region
		@param serverId Server ID of the machine
		@param commandId ID of the command
		@return ApiGetCommandRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetCommand(ctx context.Context, projectId string, region string, serverId string, commandId string) ApiGetCommandRequest
	/*
		GetCommandExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param region region
		@param serverId Server ID of the machine
		@param commandId ID of the command
		@return CommandDetails

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetCommandExecute(ctx context.Context, projectId string, region string, serverId string, commandId string) (*CommandDetails, error)
	/*
		GetCommandTemplate Method for GetCommandTemplate
		Returns details about a command template

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param commandTemplateName Name of the template
		@param region region
		@return ApiGetCommandTemplateRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetCommandTemplate(ctx context.Context, projectId string, serverId string, commandTemplateName string, region string) ApiGetCommandTemplateRequest
	/*
		GetCommandTemplateExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param commandTemplateName Name of the template
		@param region region
		@return CommandTemplateSchema

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetCommandTemplateExecute(ctx context.Context, projectId string, serverId string, commandTemplateName string, region string) (*CommandTemplateSchema, error)
	/*
		ListCommandTemplates Method for ListCommandTemplates
		Returns a list of command templates

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return ApiListCommandTemplatesRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListCommandTemplates(ctx context.Context) ApiListCommandTemplatesRequest
	/*
		ListCommandTemplatesExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return CommandTemplateResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListCommandTemplatesExecute(ctx context.Context) (*CommandTemplateResponse, error)
	/*
		ListCommands Method for ListCommands
		Returns a list of commands

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param region region
		@return ApiListCommandsRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListCommands(ctx context.Context, projectId string, serverId string, region string) ApiListCommandsRequest
	/*
		ListCommandsExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId ID of the project
		@param serverId Server ID of the machine
		@param region region
		@return GetCommandsResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListCommandsExecute(ctx context.Context, projectId string, serverId string, region string) (*GetCommandsResponse, 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 ErrorResponse

type ErrorResponse struct {
	// Details about the error
	// REQUIRED
	Message ErrorResponseGetMessageAttributeType `json:"message" required:"true"`
	// The string representation of the http status code (i.e. Not Found, Bad Request, etc)
	// REQUIRED
	Status ErrorResponseGetStatusAttributeType `json:"status" required:"true"`
}

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

func NewErrorResponse added in v0.2.0

NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults added in v0.2.0

func NewErrorResponseWithDefaults() *ErrorResponse

NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetMessage added in v0.2.0

func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)

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 (*ErrorResponse) GetMessageOk added in v0.2.0

func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, 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 (*ErrorResponse) GetStatus added in v0.2.0

func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)

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 (*ErrorResponse) GetStatusOk added in v0.2.0

func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, 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 (*ErrorResponse) SetMessage added in v0.2.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 (*ErrorResponse) SetStatus added in v0.2.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 (ErrorResponse) ToMap deprecated added in v0.2.0

func (o ErrorResponse) 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 ErrorResponseGetMessageArgType deprecated added in v1.0.0

type ErrorResponseGetMessageArgType = string

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

type ErrorResponseGetMessageAttributeType added in v1.0.0

type ErrorResponseGetMessageAttributeType = *string

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

type ErrorResponseGetMessageRetType deprecated added in v1.0.0

type ErrorResponseGetMessageRetType = string

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

type ErrorResponseGetStatusArgType deprecated added in v1.0.0

type ErrorResponseGetStatusArgType = string

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

type ErrorResponseGetStatusAttributeType added in v1.0.0

type ErrorResponseGetStatusAttributeType = *string

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

type ErrorResponseGetStatusRetType deprecated added in v1.0.0

type ErrorResponseGetStatusRetType = string

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

type Field

type Field struct {
	Default     FieldGetDefaultAttributeType     `json:"default,omitempty"`
	Description FieldGetDescriptionAttributeType `json:"description,omitempty"`
	// Can be cast to int32 without loss of precision.
	MaxLen FieldGetMaxLenAttributeType `json:"maxLen,omitempty"`
	// Can be cast to int32 without loss of precision.
	MinLen   FieldGetMinLenAttributeType   `json:"minLen,omitempty"`
	ReadOnly FieldgetReadOnlyAttributeType `json:"readOnly,omitempty"`
	Title    FieldGetTitleAttributeType    `json:"title,omitempty"`
	Type     FieldGetTypeAttributeType     `json:"type,omitempty"`
}

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

func NewField added in v0.2.0

func NewField() *Field

NewField instantiates a new Field 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 NewFieldWithDefaults added in v0.2.0

func NewFieldWithDefaults() *Field

NewFieldWithDefaults instantiates a new Field 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 (*Field) GetDefault added in v0.2.0

func (o *Field) GetDefault() (res FieldGetDefaultRetType)

GetDefault returns the Default 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 (*Field) GetDefaultOk added in v0.2.0

func (o *Field) GetDefaultOk() (ret FieldGetDefaultRetType, ok bool)

GetDefaultOk returns a tuple with the Default 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 (*Field) GetDescription added in v0.2.0

func (o *Field) GetDescription() (res FieldGetDescriptionRetType)

GetDescription returns the Description 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 (*Field) GetDescriptionOk added in v0.2.0

func (o *Field) GetDescriptionOk() (ret FieldGetDescriptionRetType, ok bool)

GetDescriptionOk returns a tuple with the Description 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 (*Field) GetMaxLen added in v0.2.0

func (o *Field) GetMaxLen() (res FieldGetMaxLenRetType)

GetMaxLen returns the MaxLen 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 (*Field) GetMaxLenOk added in v0.2.0

func (o *Field) GetMaxLenOk() (ret FieldGetMaxLenRetType, ok bool)

GetMaxLenOk returns a tuple with the MaxLen 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 (*Field) GetMinLen added in v0.2.0

func (o *Field) GetMinLen() (res FieldGetMinLenRetType)

GetMinLen returns the MinLen 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 (*Field) GetMinLenOk added in v0.2.0

func (o *Field) GetMinLenOk() (ret FieldGetMinLenRetType, ok bool)

GetMinLenOk returns a tuple with the MinLen 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 (*Field) GetReadOnly added in v0.2.0

func (o *Field) GetReadOnly() (res FieldgetReadOnlyRetType)

GetReadOnly returns the ReadOnly 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 (*Field) GetReadOnlyOk added in v0.2.0

func (o *Field) GetReadOnlyOk() (ret FieldgetReadOnlyRetType, ok bool)

GetReadOnlyOk returns a tuple with the ReadOnly 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 (*Field) GetTitle added in v0.2.0

func (o *Field) GetTitle() (res FieldGetTitleRetType)

GetTitle returns the Title 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 (*Field) GetTitleOk added in v0.2.0

func (o *Field) GetTitleOk() (ret FieldGetTitleRetType, ok bool)

GetTitleOk returns a tuple with the Title 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 (*Field) GetType added in v0.2.0

func (o *Field) GetType() (res FieldGetTypeRetType)

GetType returns the Type 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 (*Field) GetTypeOk added in v0.2.0

func (o *Field) GetTypeOk() (ret FieldGetTypeRetType, ok bool)

GetTypeOk returns a tuple with the Type 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 (*Field) HasDefault added in v0.2.0

func (o *Field) HasDefault() bool

HasDefault 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 (*Field) HasDescription added in v0.2.0

func (o *Field) HasDescription() bool

HasDescription 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 (*Field) HasMaxLen added in v0.2.0

func (o *Field) HasMaxLen() bool

HasMaxLen 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 (*Field) HasMinLen added in v0.2.0

func (o *Field) HasMinLen() bool

HasMinLen 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 (*Field) HasReadOnly added in v0.2.0

func (o *Field) HasReadOnly() bool

HasReadOnly 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 (*Field) HasTitle added in v0.2.0

func (o *Field) HasTitle() bool

HasTitle 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 (*Field) HasType added in v0.2.0

func (o *Field) HasType() bool

HasType 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 (*Field) SetDefault added in v0.2.0

func (o *Field) SetDefault(v FieldGetDefaultRetType)

SetDefault gets a reference to the given string and assigns it to the Default field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetDescription added in v0.2.0

func (o *Field) SetDescription(v FieldGetDescriptionRetType)

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetMaxLen added in v0.2.0

func (o *Field) SetMaxLen(v FieldGetMaxLenRetType)

SetMaxLen gets a reference to the given int64 and assigns it to the MaxLen field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetMinLen added in v0.2.0

func (o *Field) SetMinLen(v FieldGetMinLenRetType)

SetMinLen gets a reference to the given int64 and assigns it to the MinLen field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetReadOnly added in v0.2.0

func (o *Field) SetReadOnly(v FieldgetReadOnlyRetType)

SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetTitle added in v0.2.0

func (o *Field) SetTitle(v FieldGetTitleRetType)

SetTitle gets a reference to the given string and assigns it to the Title field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Field) SetType added in v0.2.0

func (o *Field) SetType(v FieldGetTypeRetType)

SetType gets a reference to the given string and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (Field) ToMap deprecated added in v0.2.0

func (o Field) 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 FieldGetDefaultArgType deprecated added in v1.0.0

type FieldGetDefaultArgType = string

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

type FieldGetDefaultAttributeType added in v1.0.0

type FieldGetDefaultAttributeType = *string

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

type FieldGetDefaultRetType deprecated added in v1.0.0

type FieldGetDefaultRetType = string

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

type FieldGetDescriptionArgType deprecated added in v1.0.0

type FieldGetDescriptionArgType = string

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

type FieldGetDescriptionAttributeType added in v1.0.0

type FieldGetDescriptionAttributeType = *string

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

type FieldGetDescriptionRetType deprecated added in v1.0.0

type FieldGetDescriptionRetType = string

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

type FieldGetMaxLenArgType deprecated added in v1.0.0

type FieldGetMaxLenArgType = int64

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

type FieldGetMaxLenAttributeType added in v1.0.0

type FieldGetMaxLenAttributeType = *int64

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

type FieldGetMaxLenRetType deprecated added in v1.0.0

type FieldGetMaxLenRetType = int64

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

type FieldGetMinLenArgType deprecated added in v1.0.0

type FieldGetMinLenArgType = int64

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

type FieldGetMinLenAttributeType added in v1.0.0

type FieldGetMinLenAttributeType = *int64

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

type FieldGetMinLenRetType deprecated added in v1.0.0

type FieldGetMinLenRetType = int64

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

type FieldGetTitleArgType deprecated added in v1.0.0

type FieldGetTitleArgType = string

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

type FieldGetTitleAttributeType added in v1.0.0

type FieldGetTitleAttributeType = *string

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

type FieldGetTitleRetType deprecated added in v1.0.0

type FieldGetTitleRetType = string

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

type FieldGetTypeArgType deprecated added in v1.0.0

type FieldGetTypeArgType = string

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

type FieldGetTypeAttributeType added in v1.0.0

type FieldGetTypeAttributeType = *string

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

type FieldGetTypeRetType deprecated added in v1.0.0

type FieldGetTypeRetType = string

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

type FieldgetReadOnlyArgType deprecated added in v1.0.0

type FieldgetReadOnlyArgType = bool

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

type FieldgetReadOnlyAttributeType added in v1.0.0

type FieldgetReadOnlyAttributeType = *bool

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

type FieldgetReadOnlyRetType deprecated added in v1.0.0

type FieldgetReadOnlyRetType = bool

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

type GetCommandRequest deprecated added in v1.2.0

type GetCommandRequest 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 (GetCommandRequest) Execute deprecated added in v1.2.0

func (r GetCommandRequest) Execute() (*CommandDetails, error)

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

type GetCommandTemplateRequest deprecated added in v1.2.0

type GetCommandTemplateRequest 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 (GetCommandTemplateRequest) Execute deprecated added in v1.2.0

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

type GetCommandsResponse

type GetCommandsResponse struct {
	Items GetCommandsResponseGetItemsAttributeType `json:"items,omitempty"`
}

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

func NewGetCommandsResponse added in v0.2.0

func NewGetCommandsResponse() *GetCommandsResponse

NewGetCommandsResponse instantiates a new GetCommandsResponse 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 NewGetCommandsResponseWithDefaults added in v0.2.0

func NewGetCommandsResponseWithDefaults() *GetCommandsResponse

NewGetCommandsResponseWithDefaults instantiates a new GetCommandsResponse 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 (*GetCommandsResponse) GetItems added in v0.2.0

GetItems returns the Items 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 (*GetCommandsResponse) GetItemsOk added in v0.2.0

GetItemsOk returns a tuple with the Items 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 (*GetCommandsResponse) HasItems added in v0.2.0

func (o *GetCommandsResponse) HasItems() bool

HasItems 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 (*GetCommandsResponse) SetItems added in v0.2.0

SetItems gets a reference to the given []Commands and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (GetCommandsResponse) ToMap deprecated added in v0.2.0

func (o GetCommandsResponse) 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 GetCommandsResponseGetItemsArgType deprecated added in v1.0.0

type GetCommandsResponseGetItemsArgType = []Commands

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

type GetCommandsResponseGetItemsAttributeType added in v1.0.0

type GetCommandsResponseGetItemsAttributeType = *[]Commands

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

type GetCommandsResponseGetItemsRetType deprecated added in v1.0.0

type GetCommandsResponseGetItemsRetType = []Commands

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

type ListCommandTemplatesRequest deprecated added in v1.2.0

type ListCommandTemplatesRequest 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 (ListCommandTemplatesRequest) Execute deprecated added in v1.2.0

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

func (ListCommandTemplatesRequest) OsType added in v1.2.0

The type of the Operating System (windows or linux). If not provided will return data for all OS types. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListCommandsRequest deprecated added in v1.2.0

type ListCommandsRequest 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 (ListCommandsRequest) Execute deprecated added in v1.2.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 NewCommandResponse

type NewCommandResponse struct {
	// Can be cast to int32 without loss of precision.
	Id NewCommandResponseGetIdAttributeType `json:"id,omitempty"`
}

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

func NewNewCommandResponse added in v0.2.0

func NewNewCommandResponse() *NewCommandResponse

NewNewCommandResponse instantiates a new NewCommandResponse 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 NewNewCommandResponseWithDefaults added in v0.2.0

func NewNewCommandResponseWithDefaults() *NewCommandResponse

NewNewCommandResponseWithDefaults instantiates a new NewCommandResponse 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 (*NewCommandResponse) GetId added in v0.2.0

GetId returns the Id 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 (*NewCommandResponse) GetIdOk added in v0.2.0

GetIdOk returns a tuple with the Id 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 (*NewCommandResponse) HasId added in v0.2.0

func (o *NewCommandResponse) HasId() bool

HasId 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 (*NewCommandResponse) SetId added in v0.2.0

SetId gets a reference to the given int64 and assigns it to the Id field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NewCommandResponse) ToMap deprecated added in v0.2.0

func (o NewCommandResponse) 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 NewCommandResponseGetIdArgType deprecated added in v1.0.0

type NewCommandResponseGetIdArgType = int64

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

type NewCommandResponseGetIdAttributeType added in v1.0.0

type NewCommandResponseGetIdAttributeType = *int64

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

type NewCommandResponseGetIdRetType deprecated added in v1.0.0

type NewCommandResponseGetIdRetType = int64

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

type NullableCommandDetails 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 NewNullableCommandDetails deprecated added in v0.2.0

func NewNullableCommandDetails(val *CommandDetails) *NullableCommandDetails

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

func (NullableCommandDetails) 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 (NullableCommandDetails) IsSet deprecated added in v0.2.0

func (v NullableCommandDetails) IsSet() bool

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

func (NullableCommandDetails) MarshalJSON deprecated added in v0.2.0

func (v NullableCommandDetails) MarshalJSON() ([]byte, error)

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

func (*NullableCommandDetails) 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 (*NullableCommandDetails) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCommandDetails) UnmarshalJSON(src []byte) error

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

func (*NullableCommandDetails) Unset deprecated added in v0.2.0

func (v *NullableCommandDetails) Unset()

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

type NullableCommandDetailsStatus deprecated added in v1.1.0

type NullableCommandDetailsStatus 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 NewNullableCommandDetailsStatus deprecated added in v1.1.0

func NewNullableCommandDetailsStatus(val *CommandDetailsStatus) *NullableCommandDetailsStatus

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

func (NullableCommandDetailsStatus) Get deprecated added in v1.1.0

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

func (NullableCommandDetailsStatus) IsSet deprecated added in v1.1.0

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

func (NullableCommandDetailsStatus) MarshalJSON deprecated added in v1.1.0

func (v NullableCommandDetailsStatus) MarshalJSON() ([]byte, error)

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

func (*NullableCommandDetailsStatus) Set deprecated added in v1.1.0

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

func (*NullableCommandDetailsStatus) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableCommandDetailsStatus) UnmarshalJSON(src []byte) error

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

func (*NullableCommandDetailsStatus) Unset deprecated added in v1.1.0

func (v *NullableCommandDetailsStatus) Unset()

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

type NullableCommandTemplate deprecated added in v0.2.0

type NullableCommandTemplate 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 NewNullableCommandTemplate deprecated added in v0.2.0

func NewNullableCommandTemplate(val *CommandTemplate) *NullableCommandTemplate

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

func (NullableCommandTemplate) 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 (NullableCommandTemplate) IsSet deprecated added in v0.2.0

func (v NullableCommandTemplate) IsSet() bool

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

func (NullableCommandTemplate) MarshalJSON deprecated added in v0.2.0

func (v NullableCommandTemplate) MarshalJSON() ([]byte, error)

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

func (*NullableCommandTemplate) 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 (*NullableCommandTemplate) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCommandTemplate) UnmarshalJSON(src []byte) error

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

func (*NullableCommandTemplate) Unset deprecated added in v0.2.0

func (v *NullableCommandTemplate) Unset()

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

type NullableCommandTemplateResponse deprecated added in v0.2.0

type NullableCommandTemplateResponse 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 NewNullableCommandTemplateResponse deprecated added in v0.2.0

func NewNullableCommandTemplateResponse(val *CommandTemplateResponse) *NullableCommandTemplateResponse

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

func (NullableCommandTemplateResponse) 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 (NullableCommandTemplateResponse) 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 (NullableCommandTemplateResponse) MarshalJSON deprecated added in v0.2.0

func (v NullableCommandTemplateResponse) MarshalJSON() ([]byte, error)

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

func (*NullableCommandTemplateResponse) 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 (*NullableCommandTemplateResponse) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCommandTemplateResponse) UnmarshalJSON(src []byte) error

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

func (*NullableCommandTemplateResponse) Unset 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

type NullableCommandTemplateSchema deprecated added in v0.2.0

type NullableCommandTemplateSchema 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 NewNullableCommandTemplateSchema deprecated added in v0.2.0

func NewNullableCommandTemplateSchema(val *CommandTemplateSchema) *NullableCommandTemplateSchema

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

func (NullableCommandTemplateSchema) 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 (NullableCommandTemplateSchema) 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 (NullableCommandTemplateSchema) MarshalJSON deprecated added in v0.2.0

func (v NullableCommandTemplateSchema) MarshalJSON() ([]byte, error)

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

func (*NullableCommandTemplateSchema) 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 (*NullableCommandTemplateSchema) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCommandTemplateSchema) UnmarshalJSON(src []byte) error

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

func (*NullableCommandTemplateSchema) Unset deprecated added in v0.2.0

func (v *NullableCommandTemplateSchema) Unset()

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

type NullableCommands deprecated added in v0.2.0

type NullableCommands 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 NewNullableCommands deprecated added in v0.2.0

func NewNullableCommands(val *Commands) *NullableCommands

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

func (NullableCommands) Get deprecated added in v0.2.0

func (v NullableCommands) Get() *Commands

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

func (NullableCommands) IsSet deprecated added in v0.2.0

func (v NullableCommands) IsSet() bool

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

func (NullableCommands) MarshalJSON deprecated added in v0.2.0

func (v NullableCommands) MarshalJSON() ([]byte, error)

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

func (*NullableCommands) Set deprecated added in v0.2.0

func (v *NullableCommands) Set(val *Commands)

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

func (*NullableCommands) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCommands) UnmarshalJSON(src []byte) error

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

func (*NullableCommands) Unset deprecated added in v0.2.0

func (v *NullableCommands) Unset()

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

type NullableCommandsStatus deprecated added in v1.1.0

type NullableCommandsStatus 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 NewNullableCommandsStatus deprecated added in v1.1.0

func NewNullableCommandsStatus(val *CommandsStatus) *NullableCommandsStatus

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

func (NullableCommandsStatus) Get deprecated added in v1.1.0

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

func (NullableCommandsStatus) IsSet deprecated added in v1.1.0

func (v NullableCommandsStatus) IsSet() bool

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

func (NullableCommandsStatus) MarshalJSON deprecated added in v1.1.0

func (v NullableCommandsStatus) MarshalJSON() ([]byte, error)

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

func (*NullableCommandsStatus) Set deprecated added in v1.1.0

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

func (*NullableCommandsStatus) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableCommandsStatus) UnmarshalJSON(src []byte) error

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

func (*NullableCommandsStatus) Unset deprecated added in v1.1.0

func (v *NullableCommandsStatus) Unset()

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

type NullableCreateCommandPayload deprecated added in v0.2.0

type NullableCreateCommandPayload 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 NewNullableCreateCommandPayload deprecated added in v0.2.0

func NewNullableCreateCommandPayload(val *CreateCommandPayload) *NullableCreateCommandPayload

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

func (NullableCreateCommandPayload) 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 (NullableCreateCommandPayload) 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 (NullableCreateCommandPayload) MarshalJSON deprecated added in v0.2.0

func (v NullableCreateCommandPayload) MarshalJSON() ([]byte, error)

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

func (*NullableCreateCommandPayload) 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 (*NullableCreateCommandPayload) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableCreateCommandPayload) UnmarshalJSON(src []byte) error

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

func (*NullableCreateCommandPayload) Unset deprecated added in v0.2.0

func (v *NullableCreateCommandPayload) Unset()

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

type NullableErrorResponse deprecated added in v0.2.0

type NullableErrorResponse 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 NewNullableErrorResponse deprecated added in v0.2.0

func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse

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

func (NullableErrorResponse) 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 (NullableErrorResponse) IsSet deprecated added in v0.2.0

func (v NullableErrorResponse) IsSet() bool

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

func (NullableErrorResponse) MarshalJSON deprecated added in v0.2.0

func (v NullableErrorResponse) MarshalJSON() ([]byte, error)

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

func (*NullableErrorResponse) Set deprecated added in v0.2.0

func (v *NullableErrorResponse) Set(val *ErrorResponse)

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

func (*NullableErrorResponse) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error

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

func (*NullableErrorResponse) Unset deprecated added in v0.2.0

func (v *NullableErrorResponse) Unset()

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

type NullableField deprecated added in v0.2.0

type NullableField 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 NewNullableField deprecated added in v0.2.0

func NewNullableField(val *Field) *NullableField

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

func (NullableField) Get deprecated added in v0.2.0

func (v NullableField) Get() *Field

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

func (NullableField) IsSet deprecated added in v0.2.0

func (v NullableField) IsSet() bool

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

func (NullableField) MarshalJSON deprecated added in v0.2.0

func (v NullableField) MarshalJSON() ([]byte, error)

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

func (*NullableField) Set deprecated added in v0.2.0

func (v *NullableField) Set(val *Field)

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

func (*NullableField) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableField) UnmarshalJSON(src []byte) error

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

func (*NullableField) Unset deprecated added in v0.2.0

func (v *NullableField) 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 NullableGetCommandsResponse deprecated added in v0.2.0

type NullableGetCommandsResponse 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 NewNullableGetCommandsResponse deprecated added in v0.2.0

func NewNullableGetCommandsResponse(val *GetCommandsResponse) *NullableGetCommandsResponse

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

func (NullableGetCommandsResponse) 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 (NullableGetCommandsResponse) 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 (NullableGetCommandsResponse) MarshalJSON deprecated added in v0.2.0

func (v NullableGetCommandsResponse) MarshalJSON() ([]byte, error)

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

func (*NullableGetCommandsResponse) 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 (*NullableGetCommandsResponse) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableGetCommandsResponse) UnmarshalJSON(src []byte) error

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

func (*NullableGetCommandsResponse) Unset deprecated added in v0.2.0

func (v *NullableGetCommandsResponse) 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 NullableNewCommandResponse deprecated added in v0.2.0

type NullableNewCommandResponse 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 NewNullableNewCommandResponse deprecated added in v0.2.0

func NewNullableNewCommandResponse(val *NewCommandResponse) *NullableNewCommandResponse

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

func (NullableNewCommandResponse) 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 (NullableNewCommandResponse) IsSet deprecated added in v0.2.0

func (v NullableNewCommandResponse) IsSet() bool

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

func (NullableNewCommandResponse) MarshalJSON deprecated added in v0.2.0

func (v NullableNewCommandResponse) MarshalJSON() ([]byte, error)

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

func (*NullableNewCommandResponse) 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 (*NullableNewCommandResponse) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableNewCommandResponse) UnmarshalJSON(src []byte) error

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

func (*NullableNewCommandResponse) Unset deprecated added in v0.2.0

func (v *NullableNewCommandResponse) Unset()

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

type NullableParametersSchema deprecated added in v0.2.0

type NullableParametersSchema 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 NewNullableParametersSchema deprecated added in v0.2.0

func NewNullableParametersSchema(val *ParametersSchema) *NullableParametersSchema

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

func (NullableParametersSchema) 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 (NullableParametersSchema) IsSet deprecated added in v0.2.0

func (v NullableParametersSchema) IsSet() bool

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

func (NullableParametersSchema) MarshalJSON deprecated added in v0.2.0

func (v NullableParametersSchema) MarshalJSON() ([]byte, error)

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

func (*NullableParametersSchema) 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 (*NullableParametersSchema) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableParametersSchema) UnmarshalJSON(src []byte) error

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

func (*NullableParametersSchema) Unset deprecated added in v0.2.0

func (v *NullableParametersSchema) Unset()

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

type NullableProperties deprecated added in v0.2.0

type NullableProperties 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 NewNullableProperties deprecated added in v0.2.0

func NewNullableProperties(val *Properties) *NullableProperties

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

func (NullableProperties) Get deprecated added in v0.2.0

func (v NullableProperties) Get() *Properties

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

func (NullableProperties) IsSet deprecated added in v0.2.0

func (v NullableProperties) IsSet() bool

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

func (NullableProperties) MarshalJSON deprecated added in v0.2.0

func (v NullableProperties) MarshalJSON() ([]byte, error)

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

func (*NullableProperties) Set deprecated added in v0.2.0

func (v *NullableProperties) Set(val *Properties)

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

func (*NullableProperties) UnmarshalJSON deprecated added in v0.2.0

func (v *NullableProperties) UnmarshalJSON(src []byte) error

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

func (*NullableProperties) Unset deprecated added in v0.2.0

func (v *NullableProperties) 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 NullableValue deprecated added in v1.0.0

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 added in v1.0.0

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 added in v1.0.0

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 added in v1.0.0

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 added in v1.0.0

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 ParametersSchema

type ParametersSchema struct {
	Properties ParametersSchemaGetPropertiesAttributeType `json:"properties,omitempty"`
}

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

func NewParametersSchema added in v0.2.0

func NewParametersSchema() *ParametersSchema

NewParametersSchema instantiates a new ParametersSchema 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 NewParametersSchemaWithDefaults added in v0.2.0

func NewParametersSchemaWithDefaults() *ParametersSchema

NewParametersSchemaWithDefaults instantiates a new ParametersSchema 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 (*ParametersSchema) GetProperties added in v0.2.0

func (o *ParametersSchema) GetProperties() (res ParametersSchemaGetPropertiesRetType)

GetProperties returns the Properties 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 (*ParametersSchema) GetPropertiesOk added in v0.2.0

func (o *ParametersSchema) GetPropertiesOk() (ret ParametersSchemaGetPropertiesRetType, ok bool)

GetPropertiesOk returns a tuple with the Properties 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 (*ParametersSchema) HasProperties added in v0.2.0

func (o *ParametersSchema) HasProperties() bool

HasProperties 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 (*ParametersSchema) SetProperties added in v0.2.0

SetProperties gets a reference to the given Properties and assigns it to the Properties field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ParametersSchema) ToMap deprecated added in v0.2.0

func (o ParametersSchema) 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 ParametersSchemaGetPropertiesArgType deprecated added in v1.0.0

type ParametersSchemaGetPropertiesArgType = Properties

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

type ParametersSchemaGetPropertiesAttributeType added in v1.0.0

type ParametersSchemaGetPropertiesAttributeType = *Properties

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

type ParametersSchemaGetPropertiesRetType deprecated added in v1.0.0

type ParametersSchemaGetPropertiesRetType = Properties

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

type Properties

type Properties struct {
	ConfirmPassword PropertiesGetConfirmPasswordAttributeType `json:"ConfirmPassword,omitempty"`
	Password        PropertiesGetPasswordAttributeType        `json:"Password,omitempty"`
	Script          PropertiesGetScriptAttributeType          `json:"Script,omitempty"`
	Username        PropertiesGetUsernameAttributeType        `json:"Username,omitempty"`
	Required        PropertiesGetRequiredAttributeType        `json:"required,omitempty"`
	Type            PropertiesGetTypeAttributeType            `json:"type,omitempty"`
}

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

func NewProperties added in v0.2.0

func NewProperties() *Properties

NewProperties instantiates a new Properties 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 NewPropertiesWithDefaults added in v0.2.0

func NewPropertiesWithDefaults() *Properties

NewPropertiesWithDefaults instantiates a new Properties 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 (*Properties) GetConfirmPassword added in v0.2.0

func (o *Properties) GetConfirmPassword() (res PropertiesGetConfirmPasswordRetType)

GetConfirmPassword returns the ConfirmPassword 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 (*Properties) GetConfirmPasswordOk added in v0.2.0

func (o *Properties) GetConfirmPasswordOk() (ret PropertiesGetConfirmPasswordRetType, ok bool)

GetConfirmPasswordOk returns a tuple with the ConfirmPassword 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 (*Properties) GetPassword added in v0.2.0

func (o *Properties) GetPassword() (res PropertiesGetPasswordRetType)

GetPassword returns the Password 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 (*Properties) GetPasswordOk added in v0.2.0

func (o *Properties) GetPasswordOk() (ret PropertiesGetPasswordRetType, ok bool)

GetPasswordOk returns a tuple with the Password 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 (*Properties) GetRequired added in v0.2.0

func (o *Properties) GetRequired() (res PropertiesGetRequiredRetType)

GetRequired returns the Required 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 (*Properties) GetRequiredOk added in v0.2.0

func (o *Properties) GetRequiredOk() (ret PropertiesGetRequiredRetType, ok bool)

GetRequiredOk returns a tuple with the Required 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 (*Properties) GetScript added in v0.2.0

func (o *Properties) GetScript() (res PropertiesGetScriptRetType)

GetScript returns the Script 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 (*Properties) GetScriptOk added in v0.2.0

func (o *Properties) GetScriptOk() (ret PropertiesGetScriptRetType, ok bool)

GetScriptOk returns a tuple with the Script 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 (*Properties) GetType added in v0.2.0

func (o *Properties) GetType() (res PropertiesGetTypeRetType)

GetType returns the Type 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 (*Properties) GetTypeOk added in v0.2.0

func (o *Properties) GetTypeOk() (ret PropertiesGetTypeRetType, ok bool)

GetTypeOk returns a tuple with the Type 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 (*Properties) GetUsername added in v0.2.0

func (o *Properties) GetUsername() (res PropertiesGetUsernameRetType)

GetUsername returns the Username 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 (*Properties) GetUsernameOk added in v0.2.0

func (o *Properties) GetUsernameOk() (ret PropertiesGetUsernameRetType, ok bool)

GetUsernameOk returns a tuple with the Username 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 (*Properties) HasConfirmPassword added in v0.2.0

func (o *Properties) HasConfirmPassword() bool

HasConfirmPassword 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 (*Properties) HasPassword added in v0.2.0

func (o *Properties) HasPassword() bool

HasPassword 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 (*Properties) HasRequired added in v0.2.0

func (o *Properties) HasRequired() bool

HasRequired 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 (*Properties) HasScript added in v0.2.0

func (o *Properties) HasScript() bool

HasScript 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 (*Properties) HasType added in v0.2.0

func (o *Properties) HasType() bool

HasType 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 (*Properties) HasUsername added in v0.2.0

func (o *Properties) HasUsername() bool

HasUsername 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 (*Properties) SetConfirmPassword added in v0.2.0

func (o *Properties) SetConfirmPassword(v PropertiesGetConfirmPasswordRetType)

SetConfirmPassword gets a reference to the given Field and assigns it to the ConfirmPassword field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Properties) SetPassword added in v0.2.0

func (o *Properties) SetPassword(v PropertiesGetPasswordRetType)

SetPassword gets a reference to the given Field and assigns it to the Password field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Properties) SetRequired added in v0.2.0

func (o *Properties) SetRequired(v PropertiesGetRequiredRetType)

SetRequired gets a reference to the given []string and assigns it to the Required field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Properties) SetScript added in v0.2.0

func (o *Properties) SetScript(v PropertiesGetScriptRetType)

SetScript gets a reference to the given Field and assigns it to the Script field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Properties) SetType added in v0.2.0

func (o *Properties) SetType(v PropertiesGetTypeRetType)

SetType gets a reference to the given string and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Properties) SetUsername added in v0.2.0

func (o *Properties) SetUsername(v PropertiesGetUsernameRetType)

SetUsername gets a reference to the given Field and assigns it to the Username field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (Properties) ToMap deprecated added in v0.2.0

func (o Properties) 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 PropertiesGetConfirmPasswordArgType deprecated added in v1.0.0

type PropertiesGetConfirmPasswordArgType = Field

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

type PropertiesGetConfirmPasswordAttributeType added in v1.0.0

type PropertiesGetConfirmPasswordAttributeType = *Field

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

type PropertiesGetConfirmPasswordRetType deprecated added in v1.0.0

type PropertiesGetConfirmPasswordRetType = Field

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

type PropertiesGetPasswordArgType deprecated added in v1.0.0

type PropertiesGetPasswordArgType = Field

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

type PropertiesGetPasswordAttributeType added in v1.0.0

type PropertiesGetPasswordAttributeType = *Field

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

type PropertiesGetPasswordRetType deprecated added in v1.0.0

type PropertiesGetPasswordRetType = Field

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

type PropertiesGetRequiredArgType deprecated added in v1.0.0

type PropertiesGetRequiredArgType = []string

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

type PropertiesGetRequiredAttributeType added in v1.0.0

type PropertiesGetRequiredAttributeType = *[]string

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

type PropertiesGetRequiredRetType deprecated added in v1.0.0

type PropertiesGetRequiredRetType = []string

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

type PropertiesGetScriptArgType deprecated added in v1.0.0

type PropertiesGetScriptArgType = Field

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

type PropertiesGetScriptAttributeType added in v1.0.0

type PropertiesGetScriptAttributeType = *Field

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

type PropertiesGetScriptRetType deprecated added in v1.0.0

type PropertiesGetScriptRetType = Field

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

type PropertiesGetTypeArgType deprecated added in v1.0.0

type PropertiesGetTypeArgType = string

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

type PropertiesGetTypeAttributeType added in v1.0.0

type PropertiesGetTypeAttributeType = *string

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

type PropertiesGetTypeRetType deprecated added in v1.0.0

type PropertiesGetTypeRetType = string

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

type PropertiesGetUsernameArgType deprecated added in v1.0.0

type PropertiesGetUsernameArgType = Field

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

type PropertiesGetUsernameAttributeType added in v1.0.0

type PropertiesGetUsernameAttributeType = *Field

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

type PropertiesGetUsernameRetType deprecated added in v1.0.0

type PropertiesGetUsernameRetType = Field

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.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

Jump to

Keyboard shortcuts

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