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 ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateCommand(ctx context.Context, projectId string, serverId string, region string) ApiCreateCommandRequestdeprecated
- func (a *APIClient) CreateCommandExecute(ctx context.Context, projectId string, serverId string, region string) (*NewCommandResponse, error)deprecated
- func (a *APIClient) GetCommand(ctx context.Context, projectId string, region string, serverId string, ...) ApiGetCommandRequestdeprecated
- func (a *APIClient) GetCommandExecute(ctx context.Context, projectId string, region string, serverId string, ...) (*CommandDetails, error)deprecated
- func (a *APIClient) GetCommandTemplate(ctx context.Context, projectId string, serverId string, ...) ApiGetCommandTemplateRequestdeprecated
- func (a *APIClient) GetCommandTemplateExecute(ctx context.Context, projectId string, serverId string, ...) (*CommandTemplateSchema, error)deprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) ListCommandTemplates(ctx context.Context) ApiListCommandTemplatesRequestdeprecated
- func (a *APIClient) ListCommandTemplatesExecute(ctx context.Context) (*CommandTemplateResponse, error)deprecated
- func (a *APIClient) ListCommands(ctx context.Context, projectId string, serverId string, region string) ApiListCommandsRequestdeprecated
- func (a *APIClient) ListCommandsExecute(ctx context.Context, projectId string, serverId string, region string) (*GetCommandsResponse, error)deprecated
- type ApiCreateCommandRequestdeprecated
- type ApiGetCommandRequestdeprecated
- type ApiGetCommandTemplateRequestdeprecated
- type ApiListCommandTemplatesRequestdeprecated
- type ApiListCommandsRequestdeprecated
- type CommandDetails
- func (o *CommandDetails) GetCommandTemplateName() (res CommandDetailsGetCommandTemplateNameRetType)
- func (o *CommandDetails) GetCommandTemplateNameOk() (ret CommandDetailsGetCommandTemplateNameRetType, ok bool)
- func (o *CommandDetails) GetCommandTemplateTitle() (res CommandDetailsGetCommandTemplateTitleRetType)
- func (o *CommandDetails) GetCommandTemplateTitleOk() (ret CommandDetailsGetCommandTemplateTitleRetType, ok bool)
- func (o *CommandDetails) GetExitCode() (res CommandDetailsGetExitCodeRetType)
- func (o *CommandDetails) GetExitCodeOk() (ret CommandDetailsGetExitCodeRetType, ok bool)
- func (o *CommandDetails) GetFinishedAt() (res CommandDetailsGetFinishedAtRetType)
- func (o *CommandDetails) GetFinishedAtOk() (ret CommandDetailsGetFinishedAtRetType, ok bool)
- func (o *CommandDetails) GetId() (res CommandDetailsGetIdRetType)
- func (o *CommandDetails) GetIdOk() (ret CommandDetailsGetIdRetType, ok bool)
- func (o *CommandDetails) GetOutput() (res CommandDetailsGetOutputRetType)
- func (o *CommandDetails) GetOutputOk() (ret CommandDetailsGetOutputRetType, ok bool)
- func (o *CommandDetails) GetScript() (res CommandDetailsGetScriptRetType)
- func (o *CommandDetails) GetScriptOk() (ret CommandDetailsGetScriptRetType, ok bool)
- func (o *CommandDetails) GetStartedAt() (res CommandDetailsGetStartedAtRetType)
- func (o *CommandDetails) GetStartedAtOk() (ret CommandDetailsGetStartedAtRetType, ok bool)
- func (o *CommandDetails) GetStatus() (res CommandDetailsGetStatusRetType)
- func (o *CommandDetails) GetStatusOk() (ret CommandDetailsGetStatusRetType, ok bool)
- func (o *CommandDetails) HasCommandTemplateName() bool
- func (o *CommandDetails) HasCommandTemplateTitle() bool
- func (o *CommandDetails) HasExitCode() bool
- func (o *CommandDetails) HasFinishedAt() bool
- func (o *CommandDetails) HasId() bool
- func (o *CommandDetails) HasOutput() bool
- func (o *CommandDetails) HasScript() bool
- func (o *CommandDetails) HasStartedAt() bool
- func (o *CommandDetails) HasStatus() bool
- func (o *CommandDetails) SetCommandTemplateName(v CommandDetailsGetCommandTemplateNameRetType)
- func (o *CommandDetails) SetCommandTemplateTitle(v CommandDetailsGetCommandTemplateTitleRetType)
- func (o *CommandDetails) SetExitCode(v CommandDetailsGetExitCodeRetType)
- func (o *CommandDetails) SetFinishedAt(v CommandDetailsGetFinishedAtRetType)
- func (o *CommandDetails) SetId(v CommandDetailsGetIdRetType)
- func (o *CommandDetails) SetOutput(v CommandDetailsGetOutputRetType)
- func (o *CommandDetails) SetScript(v CommandDetailsGetScriptRetType)
- func (o *CommandDetails) SetStartedAt(v CommandDetailsGetStartedAtRetType)
- func (o *CommandDetails) SetStatus(v CommandDetailsGetStatusRetType)
- func (o CommandDetails) ToMap() (map[string]interface{}, error)deprecated
- type CommandDetailsGetCommandTemplateNameArgTypedeprecated
- type CommandDetailsGetCommandTemplateNameAttributeType
- type CommandDetailsGetCommandTemplateNameRetTypedeprecated
- type CommandDetailsGetCommandTemplateTitleArgTypedeprecated
- type CommandDetailsGetCommandTemplateTitleAttributeType
- type CommandDetailsGetCommandTemplateTitleRetTypedeprecated
- type CommandDetailsGetExitCodeArgTypedeprecated
- type CommandDetailsGetExitCodeAttributeType
- type CommandDetailsGetExitCodeRetTypedeprecated
- type CommandDetailsGetFinishedAtArgTypedeprecated
- type CommandDetailsGetFinishedAtAttributeType
- type CommandDetailsGetFinishedAtRetTypedeprecated
- type CommandDetailsGetIdArgTypedeprecated
- type CommandDetailsGetIdAttributeType
- type CommandDetailsGetIdRetTypedeprecated
- type CommandDetailsGetOutputArgTypedeprecated
- type CommandDetailsGetOutputAttributeType
- type CommandDetailsGetOutputRetTypedeprecated
- type CommandDetailsGetScriptArgTypedeprecated
- type CommandDetailsGetScriptAttributeType
- type CommandDetailsGetScriptRetTypedeprecated
- type CommandDetailsGetStartedAtArgTypedeprecated
- type CommandDetailsGetStartedAtAttributeType
- type CommandDetailsGetStartedAtRetTypedeprecated
- type CommandDetailsGetStatusArgTypedeprecated
- type CommandDetailsGetStatusAttributeTypedeprecated
- type CommandDetailsGetStatusRetTypedeprecated
- type CommandDetailsStatus
- type CommandTemplate
- func (o *CommandTemplate) GetName() (res CommandTemplateGetNameRetType)
- func (o *CommandTemplate) GetNameOk() (ret CommandTemplateGetNameRetType, ok bool)
- func (o *CommandTemplate) GetOsType() (res CommandTemplateGetOsTypeRetType)
- func (o *CommandTemplate) GetOsTypeOk() (ret CommandTemplateGetOsTypeRetType, ok bool)
- func (o *CommandTemplate) GetTitle() (res CommandTemplateGetTitleRetType)
- func (o *CommandTemplate) GetTitleOk() (ret CommandTemplateGetTitleRetType, ok bool)
- func (o *CommandTemplate) HasName() bool
- func (o *CommandTemplate) HasOsType() bool
- func (o *CommandTemplate) HasTitle() bool
- func (o *CommandTemplate) SetName(v CommandTemplateGetNameRetType)
- func (o *CommandTemplate) SetOsType(v CommandTemplateGetOsTypeRetType)
- func (o *CommandTemplate) SetTitle(v CommandTemplateGetTitleRetType)
- func (o CommandTemplate) ToMap() (map[string]interface{}, error)deprecated
- type CommandTemplateGetNameArgTypedeprecated
- type CommandTemplateGetNameAttributeType
- type CommandTemplateGetNameRetTypedeprecated
- type CommandTemplateGetOsTypeArgTypedeprecated
- type CommandTemplateGetOsTypeAttributeType
- type CommandTemplateGetOsTypeRetTypedeprecated
- type CommandTemplateGetTitleArgTypedeprecated
- type CommandTemplateGetTitleAttributeType
- type CommandTemplateGetTitleRetTypedeprecated
- type CommandTemplateResponse
- func (o *CommandTemplateResponse) GetItems() (res CommandTemplateResponseGetItemsRetType)
- func (o *CommandTemplateResponse) GetItemsOk() (ret CommandTemplateResponseGetItemsRetType, ok bool)
- func (o *CommandTemplateResponse) HasItems() bool
- func (o *CommandTemplateResponse) SetItems(v CommandTemplateResponseGetItemsRetType)
- func (o CommandTemplateResponse) ToMap() (map[string]interface{}, error)deprecated
- type CommandTemplateResponseGetItemsArgTypedeprecated
- type CommandTemplateResponseGetItemsAttributeType
- type CommandTemplateResponseGetItemsRetTypedeprecated
- type CommandTemplateSchema
- func (o *CommandTemplateSchema) GetDescription() (res CommandTemplateSchemaGetDescriptionRetType)
- func (o *CommandTemplateSchema) GetDescriptionOk() (ret CommandTemplateSchemaGetDescriptionRetType, ok bool)
- func (o *CommandTemplateSchema) GetName() (res CommandTemplateSchemaGetNameRetType)
- func (o *CommandTemplateSchema) GetNameOk() (ret CommandTemplateSchemaGetNameRetType, ok bool)
- func (o *CommandTemplateSchema) GetOsType() (res CommandTemplateSchemaGetOsTypeRetType)
- func (o *CommandTemplateSchema) GetOsTypeOk() (ret CommandTemplateSchemaGetOsTypeRetType, ok bool)
- func (o *CommandTemplateSchema) GetParametersSchema() (res CommandTemplateSchemaGetParametersSchemaRetType)
- func (o *CommandTemplateSchema) GetParametersSchemaOk() (ret CommandTemplateSchemaGetParametersSchemaRetType, ok bool)
- func (o *CommandTemplateSchema) GetTitle() (res CommandTemplateSchemaGetTitleRetType)
- func (o *CommandTemplateSchema) GetTitleOk() (ret CommandTemplateSchemaGetTitleRetType, ok bool)
- func (o *CommandTemplateSchema) HasDescription() bool
- func (o *CommandTemplateSchema) HasName() bool
- func (o *CommandTemplateSchema) HasOsType() bool
- func (o *CommandTemplateSchema) HasParametersSchema() bool
- func (o *CommandTemplateSchema) HasTitle() bool
- func (o *CommandTemplateSchema) SetDescription(v CommandTemplateSchemaGetDescriptionRetType)
- func (o *CommandTemplateSchema) SetName(v CommandTemplateSchemaGetNameRetType)
- func (o *CommandTemplateSchema) SetOsType(v CommandTemplateSchemaGetOsTypeRetType)
- func (o *CommandTemplateSchema) SetParametersSchema(v CommandTemplateSchemaGetParametersSchemaRetType)
- func (o *CommandTemplateSchema) SetTitle(v CommandTemplateSchemaGetTitleRetType)
- func (o CommandTemplateSchema) ToMap() (map[string]interface{}, error)deprecated
- type CommandTemplateSchemaGetDescriptionArgTypedeprecated
- type CommandTemplateSchemaGetDescriptionAttributeType
- type CommandTemplateSchemaGetDescriptionRetTypedeprecated
- type CommandTemplateSchemaGetNameArgTypedeprecated
- type CommandTemplateSchemaGetNameAttributeType
- type CommandTemplateSchemaGetNameRetTypedeprecated
- type CommandTemplateSchemaGetOsTypeArgTypedeprecated
- type CommandTemplateSchemaGetOsTypeAttributeType
- type CommandTemplateSchemaGetOsTypeRetTypedeprecated
- type CommandTemplateSchemaGetParametersSchemaArgTypedeprecated
- type CommandTemplateSchemaGetParametersSchemaAttributeType
- type CommandTemplateSchemaGetParametersSchemaRetTypedeprecated
- type CommandTemplateSchemaGetTitleArgTypedeprecated
- type CommandTemplateSchemaGetTitleAttributeType
- type CommandTemplateSchemaGetTitleRetTypedeprecated
- type Commands
- func (o *Commands) GetCommandTemplateName() (res CommandsGetCommandTemplateNameRetType)
- func (o *Commands) GetCommandTemplateNameOk() (ret CommandsGetCommandTemplateNameRetType, ok bool)
- func (o *Commands) GetCommandTemplateTitle() (res CommandsGetCommandTemplateTitleRetType)
- func (o *Commands) GetCommandTemplateTitleOk() (ret CommandsGetCommandTemplateTitleRetType, ok bool)
- func (o *Commands) GetFinishedAt() (res CommandsGetFinishedAtRetType)
- func (o *Commands) GetFinishedAtOk() (ret CommandsGetFinishedAtRetType, ok bool)
- func (o *Commands) GetId() (res CommandsGetIdRetType)
- func (o *Commands) GetIdOk() (ret CommandsGetIdRetType, ok bool)
- func (o *Commands) GetStartedAt() (res CommandsGetStartedAtRetType)
- func (o *Commands) GetStartedAtOk() (ret CommandsGetStartedAtRetType, ok bool)
- func (o *Commands) GetStatus() (res CommandsGetStatusRetType)
- func (o *Commands) GetStatusOk() (ret CommandsGetStatusRetType, ok bool)
- func (o *Commands) HasCommandTemplateName() bool
- func (o *Commands) HasCommandTemplateTitle() bool
- func (o *Commands) HasFinishedAt() bool
- func (o *Commands) HasId() bool
- func (o *Commands) HasStartedAt() bool
- func (o *Commands) HasStatus() bool
- func (o *Commands) SetCommandTemplateName(v CommandsGetCommandTemplateNameRetType)
- func (o *Commands) SetCommandTemplateTitle(v CommandsGetCommandTemplateTitleRetType)
- func (o *Commands) SetFinishedAt(v CommandsGetFinishedAtRetType)
- func (o *Commands) SetId(v CommandsGetIdRetType)
- func (o *Commands) SetStartedAt(v CommandsGetStartedAtRetType)
- func (o *Commands) SetStatus(v CommandsGetStatusRetType)
- func (o Commands) ToMap() (map[string]interface{}, error)deprecated
- type CommandsGetCommandTemplateNameArgTypedeprecated
- type CommandsGetCommandTemplateNameAttributeType
- type CommandsGetCommandTemplateNameRetTypedeprecated
- type CommandsGetCommandTemplateTitleArgTypedeprecated
- type CommandsGetCommandTemplateTitleAttributeType
- type CommandsGetCommandTemplateTitleRetTypedeprecated
- type CommandsGetFinishedAtArgTypedeprecated
- type CommandsGetFinishedAtAttributeType
- type CommandsGetFinishedAtRetTypedeprecated
- type CommandsGetIdArgTypedeprecated
- type CommandsGetIdAttributeType
- type CommandsGetIdRetTypedeprecated
- type CommandsGetStartedAtArgTypedeprecated
- type CommandsGetStartedAtAttributeType
- type CommandsGetStartedAtRetTypedeprecated
- type CommandsGetStatusArgTypedeprecated
- type CommandsGetStatusAttributeTypedeprecated
- type CommandsGetStatusRetTypedeprecated
- type CommandsStatus
- type CreateCommandPayload
- func (o *CreateCommandPayload) GetCommandTemplateName() (ret CreateCommandPayloadGetCommandTemplateNameRetType)
- func (o *CreateCommandPayload) GetCommandTemplateNameOk() (ret CreateCommandPayloadGetCommandTemplateNameRetType, ok bool)
- func (o *CreateCommandPayload) GetParameters() (res CreateCommandPayloadGetParametersRetType)
- func (o *CreateCommandPayload) GetParametersOk() (ret CreateCommandPayloadGetParametersRetType, ok bool)
- func (o *CreateCommandPayload) HasParameters() bool
- func (o *CreateCommandPayload) SetCommandTemplateName(v CreateCommandPayloadGetCommandTemplateNameRetType)
- func (o *CreateCommandPayload) SetParameters(v CreateCommandPayloadGetParametersRetType)
- func (o CreateCommandPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateCommandPayloadGetCommandTemplateNameArgTypedeprecated
- type CreateCommandPayloadGetCommandTemplateNameAttributeType
- type CreateCommandPayloadGetCommandTemplateNameRetTypedeprecated
- type CreateCommandPayloadGetParametersArgTypedeprecated
- type CreateCommandPayloadGetParametersAttributeType
- type CreateCommandPayloadGetParametersRetTypedeprecated
- type CreateCommandRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type ErrorResponse
- func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type ErrorResponseGetMessageArgTypedeprecated
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetTypedeprecated
- type ErrorResponseGetStatusArgTypedeprecated
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetTypedeprecated
- type Field
- func (o *Field) GetDefault() (res FieldGetDefaultRetType)
- func (o *Field) GetDefaultOk() (ret FieldGetDefaultRetType, ok bool)
- func (o *Field) GetDescription() (res FieldGetDescriptionRetType)
- func (o *Field) GetDescriptionOk() (ret FieldGetDescriptionRetType, ok bool)
- func (o *Field) GetMaxLen() (res FieldGetMaxLenRetType)
- func (o *Field) GetMaxLenOk() (ret FieldGetMaxLenRetType, ok bool)
- func (o *Field) GetMinLen() (res FieldGetMinLenRetType)
- func (o *Field) GetMinLenOk() (ret FieldGetMinLenRetType, ok bool)
- func (o *Field) GetReadOnly() (res FieldgetReadOnlyRetType)
- func (o *Field) GetReadOnlyOk() (ret FieldgetReadOnlyRetType, ok bool)
- func (o *Field) GetTitle() (res FieldGetTitleRetType)
- func (o *Field) GetTitleOk() (ret FieldGetTitleRetType, ok bool)
- func (o *Field) GetType() (res FieldGetTypeRetType)
- func (o *Field) GetTypeOk() (ret FieldGetTypeRetType, ok bool)
- func (o *Field) HasDefault() bool
- func (o *Field) HasDescription() bool
- func (o *Field) HasMaxLen() bool
- func (o *Field) HasMinLen() bool
- func (o *Field) HasReadOnly() bool
- func (o *Field) HasTitle() bool
- func (o *Field) HasType() bool
- func (o *Field) SetDefault(v FieldGetDefaultRetType)
- func (o *Field) SetDescription(v FieldGetDescriptionRetType)
- func (o *Field) SetMaxLen(v FieldGetMaxLenRetType)
- func (o *Field) SetMinLen(v FieldGetMinLenRetType)
- func (o *Field) SetReadOnly(v FieldgetReadOnlyRetType)
- func (o *Field) SetTitle(v FieldGetTitleRetType)
- func (o *Field) SetType(v FieldGetTypeRetType)
- func (o Field) ToMap() (map[string]interface{}, error)deprecated
- type FieldGetDefaultArgTypedeprecated
- type FieldGetDefaultAttributeType
- type FieldGetDefaultRetTypedeprecated
- type FieldGetDescriptionArgTypedeprecated
- type FieldGetDescriptionAttributeType
- type FieldGetDescriptionRetTypedeprecated
- type FieldGetMaxLenArgTypedeprecated
- type FieldGetMaxLenAttributeType
- type FieldGetMaxLenRetTypedeprecated
- type FieldGetMinLenArgTypedeprecated
- type FieldGetMinLenAttributeType
- type FieldGetMinLenRetTypedeprecated
- type FieldGetTitleArgTypedeprecated
- type FieldGetTitleAttributeType
- type FieldGetTitleRetTypedeprecated
- type FieldGetTypeArgTypedeprecated
- type FieldGetTypeAttributeType
- type FieldGetTypeRetTypedeprecated
- type FieldgetReadOnlyArgTypedeprecated
- type FieldgetReadOnlyAttributeType
- type FieldgetReadOnlyRetTypedeprecated
- type GetCommandRequestdeprecated
- type GetCommandTemplateRequestdeprecated
- type GetCommandsResponse
- func (o *GetCommandsResponse) GetItems() (res GetCommandsResponseGetItemsRetType)
- func (o *GetCommandsResponse) GetItemsOk() (ret GetCommandsResponseGetItemsRetType, ok bool)
- func (o *GetCommandsResponse) HasItems() bool
- func (o *GetCommandsResponse) SetItems(v GetCommandsResponseGetItemsRetType)
- func (o GetCommandsResponse) ToMap() (map[string]interface{}, error)deprecated
- type GetCommandsResponseGetItemsArgTypedeprecated
- type GetCommandsResponseGetItemsAttributeType
- type GetCommandsResponseGetItemsRetTypedeprecated
- type ListCommandTemplatesRequestdeprecated
- type ListCommandsRequestdeprecated
- type MappedNullabledeprecated
- type NewCommandResponse
- func (o *NewCommandResponse) GetId() (res NewCommandResponseGetIdRetType)
- func (o *NewCommandResponse) GetIdOk() (ret NewCommandResponseGetIdRetType, ok bool)
- func (o *NewCommandResponse) HasId() bool
- func (o *NewCommandResponse) SetId(v NewCommandResponseGetIdRetType)
- func (o NewCommandResponse) ToMap() (map[string]interface{}, error)deprecated
- type NewCommandResponseGetIdArgTypedeprecated
- type NewCommandResponseGetIdAttributeType
- type NewCommandResponseGetIdRetTypedeprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCommandDetailsdeprecated
- func (v NullableCommandDetails) Get() *CommandDetailsdeprecated
- func (v NullableCommandDetails) IsSet() booldeprecated
- func (v NullableCommandDetails) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandDetails) Set(val *CommandDetails)deprecated
- func (v *NullableCommandDetails) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandDetails) Unset()deprecated
- type NullableCommandDetailsStatusdeprecated
- func (v NullableCommandDetailsStatus) Get() *CommandDetailsStatusdeprecated
- func (v NullableCommandDetailsStatus) IsSet() booldeprecated
- func (v NullableCommandDetailsStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandDetailsStatus) Set(val *CommandDetailsStatus)deprecated
- func (v *NullableCommandDetailsStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandDetailsStatus) Unset()deprecated
- type NullableCommandTemplatedeprecated
- func (v NullableCommandTemplate) Get() *CommandTemplatedeprecated
- func (v NullableCommandTemplate) IsSet() booldeprecated
- func (v NullableCommandTemplate) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandTemplate) Set(val *CommandTemplate)deprecated
- func (v *NullableCommandTemplate) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandTemplate) Unset()deprecated
- type NullableCommandTemplateResponsedeprecated
- func (v NullableCommandTemplateResponse) Get() *CommandTemplateResponsedeprecated
- func (v NullableCommandTemplateResponse) IsSet() booldeprecated
- func (v NullableCommandTemplateResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandTemplateResponse) Set(val *CommandTemplateResponse)deprecated
- func (v *NullableCommandTemplateResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandTemplateResponse) Unset()deprecated
- type NullableCommandTemplateSchemadeprecated
- func (v NullableCommandTemplateSchema) Get() *CommandTemplateSchemadeprecated
- func (v NullableCommandTemplateSchema) IsSet() booldeprecated
- func (v NullableCommandTemplateSchema) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandTemplateSchema) Set(val *CommandTemplateSchema)deprecated
- func (v *NullableCommandTemplateSchema) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandTemplateSchema) Unset()deprecated
- type NullableCommandsdeprecated
- func (v NullableCommands) Get() *Commandsdeprecated
- func (v NullableCommands) IsSet() booldeprecated
- func (v NullableCommands) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommands) Set(val *Commands)deprecated
- func (v *NullableCommands) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommands) Unset()deprecated
- type NullableCommandsStatusdeprecated
- func (v NullableCommandsStatus) Get() *CommandsStatusdeprecated
- func (v NullableCommandsStatus) IsSet() booldeprecated
- func (v NullableCommandsStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCommandsStatus) Set(val *CommandsStatus)deprecated
- func (v *NullableCommandsStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCommandsStatus) Unset()deprecated
- type NullableCreateCommandPayloaddeprecated
- func (v NullableCreateCommandPayload) Get() *CreateCommandPayloaddeprecated
- func (v NullableCreateCommandPayload) IsSet() booldeprecated
- func (v NullableCreateCommandPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateCommandPayload) Set(val *CreateCommandPayload)deprecated
- func (v *NullableCreateCommandPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateCommandPayload) Unset()deprecated
- type NullableErrorResponsedeprecated
- func (v NullableErrorResponse) Get() *ErrorResponsedeprecated
- func (v NullableErrorResponse) IsSet() booldeprecated
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableErrorResponse) Set(val *ErrorResponse)deprecated
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableErrorResponse) Unset()deprecated
- type NullableFielddeprecated
- func (v NullableField) Get() *Fielddeprecated
- func (v NullableField) IsSet() booldeprecated
- func (v NullableField) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableField) Set(val *Field)deprecated
- func (v *NullableField) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableField) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableGetCommandsResponsedeprecated
- func (v NullableGetCommandsResponse) Get() *GetCommandsResponsedeprecated
- func (v NullableGetCommandsResponse) IsSet() booldeprecated
- func (v NullableGetCommandsResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetCommandsResponse) Set(val *GetCommandsResponse)deprecated
- func (v *NullableGetCommandsResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetCommandsResponse) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableNewCommandResponsedeprecated
- func (v NullableNewCommandResponse) Get() *NewCommandResponsedeprecated
- func (v NullableNewCommandResponse) IsSet() booldeprecated
- func (v NullableNewCommandResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableNewCommandResponse) Set(val *NewCommandResponse)deprecated
- func (v *NullableNewCommandResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableNewCommandResponse) Unset()deprecated
- type NullableParametersSchemadeprecated
- func (v NullableParametersSchema) Get() *ParametersSchemadeprecated
- func (v NullableParametersSchema) IsSet() booldeprecated
- func (v NullableParametersSchema) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableParametersSchema) Set(val *ParametersSchema)deprecated
- func (v *NullableParametersSchema) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableParametersSchema) Unset()deprecated
- type NullablePropertiesdeprecated
- func (v NullableProperties) Get() *Propertiesdeprecated
- func (v NullableProperties) IsSet() booldeprecated
- func (v NullableProperties) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableProperties) Set(val *Properties)deprecated
- func (v *NullableProperties) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableProperties) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type ParametersSchema
- func (o *ParametersSchema) GetProperties() (res ParametersSchemaGetPropertiesRetType)
- func (o *ParametersSchema) GetPropertiesOk() (ret ParametersSchemaGetPropertiesRetType, ok bool)
- func (o *ParametersSchema) HasProperties() bool
- func (o *ParametersSchema) SetProperties(v ParametersSchemaGetPropertiesRetType)
- func (o ParametersSchema) ToMap() (map[string]interface{}, error)deprecated
- type ParametersSchemaGetPropertiesArgTypedeprecated
- type ParametersSchemaGetPropertiesAttributeType
- type ParametersSchemaGetPropertiesRetTypedeprecated
- type Properties
- func (o *Properties) GetConfirmPassword() (res PropertiesGetConfirmPasswordRetType)
- func (o *Properties) GetConfirmPasswordOk() (ret PropertiesGetConfirmPasswordRetType, ok bool)
- func (o *Properties) GetPassword() (res PropertiesGetPasswordRetType)
- func (o *Properties) GetPasswordOk() (ret PropertiesGetPasswordRetType, ok bool)
- func (o *Properties) GetRequired() (res PropertiesGetRequiredRetType)
- func (o *Properties) GetRequiredOk() (ret PropertiesGetRequiredRetType, ok bool)
- func (o *Properties) GetScript() (res PropertiesGetScriptRetType)
- func (o *Properties) GetScriptOk() (ret PropertiesGetScriptRetType, ok bool)
- func (o *Properties) GetType() (res PropertiesGetTypeRetType)
- func (o *Properties) GetTypeOk() (ret PropertiesGetTypeRetType, ok bool)
- func (o *Properties) GetUsername() (res PropertiesGetUsernameRetType)
- func (o *Properties) GetUsernameOk() (ret PropertiesGetUsernameRetType, ok bool)
- func (o *Properties) HasConfirmPassword() bool
- func (o *Properties) HasPassword() bool
- func (o *Properties) HasRequired() bool
- func (o *Properties) HasScript() bool
- func (o *Properties) HasType() bool
- func (o *Properties) HasUsername() bool
- func (o *Properties) SetConfirmPassword(v PropertiesGetConfirmPasswordRetType)
- func (o *Properties) SetPassword(v PropertiesGetPasswordRetType)
- func (o *Properties) SetRequired(v PropertiesGetRequiredRetType)
- func (o *Properties) SetScript(v PropertiesGetScriptRetType)
- func (o *Properties) SetType(v PropertiesGetTypeRetType)
- func (o *Properties) SetUsername(v PropertiesGetUsernameRetType)
- func (o Properties) ToMap() (map[string]interface{}, error)deprecated
- type PropertiesGetConfirmPasswordArgTypedeprecated
- type PropertiesGetConfirmPasswordAttributeType
- type PropertiesGetConfirmPasswordRetTypedeprecated
- type PropertiesGetPasswordArgTypedeprecated
- type PropertiesGetPasswordAttributeType
- type PropertiesGetPasswordRetTypedeprecated
- type PropertiesGetRequiredArgTypedeprecated
- type PropertiesGetRequiredAttributeType
- type PropertiesGetRequiredRetTypedeprecated
- type PropertiesGetScriptArgTypedeprecated
- type PropertiesGetScriptAttributeType
- type PropertiesGetScriptRetTypedeprecated
- type PropertiesGetTypeArgTypedeprecated
- type PropertiesGetTypeAttributeType
- type PropertiesGetTypeRetTypedeprecated
- type PropertiesGetUsernameArgTypedeprecated
- type PropertiesGetUsernameAttributeType
- type PropertiesGetUsernameRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
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
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 ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT 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 (*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 (*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 (*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
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
func (o *CommandDetails) SetExitCode(v CommandDetailsGetExitCodeRetType)
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
func (o *CommandDetails) SetFinishedAt(v CommandDetailsGetFinishedAtRetType)
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
func (o *CommandDetails) SetId(v CommandDetailsGetIdRetType)
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
func (o *CommandDetails) SetOutput(v CommandDetailsGetOutputRetType)
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
func (o *CommandDetails) SetScript(v CommandDetailsGetScriptRetType)
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
func (o *CommandDetails) SetStartedAt(v CommandDetailsGetStartedAtRetType)
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
func (o *CommandDetails) SetStatus(v CommandDetailsGetStatusRetType)
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
func (v CommandDetailsStatus) Ptr() *CommandDetailsStatus
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
func (o *CommandTemplate) GetName() (res CommandTemplateGetNameRetType)
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
func (o *CommandTemplate) SetName(v CommandTemplateGetNameRetType)
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
func (o *CommandTemplate) SetOsType(v CommandTemplateGetOsTypeRetType)
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
func (o *CommandTemplate) SetTitle(v CommandTemplateGetTitleRetType)
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
func (o *CommandTemplateResponse) GetItems() (res CommandTemplateResponseGetItemsRetType)
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
func (o *CommandTemplateResponse) GetItemsOk() (ret CommandTemplateResponseGetItemsRetType, ok bool)
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
func (o *CommandTemplateResponse) SetItems(v CommandTemplateResponseGetItemsRetType)
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
func (o *CommandTemplateSchema) GetDescription() (res CommandTemplateSchemaGetDescriptionRetType)
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
func (o *CommandTemplateSchema) GetDescriptionOk() (ret CommandTemplateSchemaGetDescriptionRetType, 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 (*CommandTemplateSchema) GetName ¶ added in v0.2.0
func (o *CommandTemplateSchema) GetName() (res CommandTemplateSchemaGetNameRetType)
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
func (o *CommandTemplateSchema) GetNameOk() (ret CommandTemplateSchemaGetNameRetType, 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 (*CommandTemplateSchema) GetOsType ¶ added in v0.2.0
func (o *CommandTemplateSchema) GetOsType() (res CommandTemplateSchemaGetOsTypeRetType)
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
func (o *CommandTemplateSchema) GetOsTypeOk() (ret CommandTemplateSchemaGetOsTypeRetType, 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 (*CommandTemplateSchema) GetParametersSchema ¶ added in v1.4.0
func (o *CommandTemplateSchema) GetParametersSchema() (res CommandTemplateSchemaGetParametersSchemaRetType)
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
func (o *CommandTemplateSchema) GetTitle() (res CommandTemplateSchemaGetTitleRetType)
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
func (o *CommandTemplateSchema) GetTitleOk() (ret CommandTemplateSchemaGetTitleRetType, 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 (*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
func (o *CommandTemplateSchema) SetDescription(v CommandTemplateSchemaGetDescriptionRetType)
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
func (o *CommandTemplateSchema) SetName(v CommandTemplateSchemaGetNameRetType)
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
func (o *CommandTemplateSchema) SetOsType(v CommandTemplateSchemaGetOsTypeRetType)
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
func (o *CommandTemplateSchema) SetParametersSchema(v CommandTemplateSchemaGetParametersSchemaRetType)
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
func (o *CommandTemplateSchema) SetTitle(v CommandTemplateSchemaGetTitleRetType)
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
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
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
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
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
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
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
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
func (o *CreateCommandPayload) GetCommandTemplateName() (ret CreateCommandPayloadGetCommandTemplateNameRetType)
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
func (o *CreateCommandPayload) GetParameters() (res CreateCommandPayloadGetParametersRetType)
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
func (o *CreateCommandPayload) GetParametersOk() (ret CreateCommandPayloadGetParametersRetType, ok bool)
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
func (o *CreateCommandPayload) SetCommandTemplateName(v CreateCommandPayloadGetCommandTemplateNameRetType)
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
func (o *CreateCommandPayload) SetParameters(v CreateCommandPayloadGetParametersRetType)
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 CreateCommandPayloadGetParametersAttributeType ¶ added in v1.0.0
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 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
func (r CreateCommandRequest) Execute() (*NewCommandResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
added in
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
func NewErrorResponse(message ErrorResponseGetMessageArgType, status ErrorResponseGetStatusArgType) *ErrorResponse
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
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
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
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
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
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
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
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
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
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
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
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
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
func (r GetCommandTemplateRequest) Execute() (*CommandTemplateSchema, error)
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
func (o *GetCommandsResponse) GetItems() (res GetCommandsResponseGetItemsRetType)
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
func (o *GetCommandsResponse) GetItemsOk() (ret GetCommandsResponseGetItemsRetType, ok bool)
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
func (o *GetCommandsResponse) SetItems(v GetCommandsResponseGetItemsRetType)
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
func (r ListCommandTemplatesRequest) Execute() (*CommandTemplateResponse, error)
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
func (r ListCommandTemplatesRequest) OsType(osType string) ApiListCommandTemplatesRequest
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
func (r ListCommandsRequest) Execute() (*GetCommandsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
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
func (o *NewCommandResponse) GetId() (res NewCommandResponseGetIdRetType)
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
func (o *NewCommandResponse) GetIdOk() (ret NewCommandResponseGetIdRetType, 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 (*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
func (o *NewCommandResponse) SetId(v NewCommandResponseGetIdRetType)
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
func (v NullableCommandDetails) Get() *CommandDetails
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
func (v *NullableCommandDetails) Set(val *CommandDetails)
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
func (v NullableCommandDetailsStatus) Get() *CommandDetailsStatus
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
func (v NullableCommandDetailsStatus) IsSet() bool
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
func (v *NullableCommandDetailsStatus) Set(val *CommandDetailsStatus)
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
func (v NullableCommandTemplate) Get() *CommandTemplate
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
func (v *NullableCommandTemplate) Set(val *CommandTemplate)
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
func (v NullableCommandTemplateResponse) Get() *CommandTemplateResponse
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
func (v NullableCommandTemplateResponse) IsSet() bool
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
func (v *NullableCommandTemplateResponse) Set(val *CommandTemplateResponse)
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
func (v *NullableCommandTemplateResponse) Unset()
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
func (v NullableCommandTemplateSchema) Get() *CommandTemplateSchema
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
func (v NullableCommandTemplateSchema) IsSet() bool
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
func (v *NullableCommandTemplateSchema) Set(val *CommandTemplateSchema)
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
func (v NullableCommandsStatus) Get() *CommandsStatus
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
func (v *NullableCommandsStatus) Set(val *CommandsStatus)
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
func (v NullableCreateCommandPayload) Get() *CreateCommandPayload
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
func (v NullableCreateCommandPayload) IsSet() bool
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
func (v *NullableCreateCommandPayload) Set(val *CreateCommandPayload)
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
func (v NullableErrorResponse) Get() *ErrorResponse
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
func (v NullableGetCommandsResponse) Get() *GetCommandsResponse
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
func (v NullableGetCommandsResponse) IsSet() bool
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
func (v *NullableGetCommandsResponse) Set(val *GetCommandsResponse)
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
func (v NullableNewCommandResponse) Get() *NewCommandResponse
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
func (v *NullableNewCommandResponse) Set(val *NewCommandResponse)
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
func (v NullableParametersSchema) Get() *ParametersSchema
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
func (v *NullableParametersSchema) Set(val *ParametersSchema)
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
func (o *ParametersSchema) SetProperties(v ParametersSchemaGetPropertiesRetType)
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
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_command_details.go
- model_command_template.go
- model_command_template_response.go
- model_command_template_schema.go
- model_commands.go
- model_create_command_payload.go
- model_error_response.go
- model_field.go
- model_get_commands_response.go
- model_new_command_response.go
- model_parameters_schema.go
- model_properties.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
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. |