Name | Type | Description | Notes |
---|---|---|---|
CustomImageCommandsAndArgs | Pointer to CustomImageCommandsAndArgs | [optional] | |
Description | Pointer to string | A brief description of the image configuration | [optional] |
Id | string | ID of an Image Config | |
ImageName | Pointer to string | Name of the container image | [optional] |
ImageRegistryId | Pointer to string | ID of an Image Registry | [optional] |
ImageSignaturePublicKeyPEM | Pointer to string | PEM-encoded Public key part of the key used to sign the container image | [optional] |
ImageTag | Pointer to string | Tag representing the software image version that is currently preferred | [optional] |
ServiceId | string | ID of a Service | |
Token | string | JWT token used to perform authorization |
func NewUpdateImageConfigRequest(id string, serviceId string, token string, ) *UpdateImageConfigRequest
NewUpdateImageConfigRequest instantiates a new UpdateImageConfigRequest 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
func NewUpdateImageConfigRequestWithDefaults() *UpdateImageConfigRequest
NewUpdateImageConfigRequestWithDefaults instantiates a new UpdateImageConfigRequest 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
func (o *UpdateImageConfigRequest) GetCustomImageCommandsAndArgs() CustomImageCommandsAndArgs
GetCustomImageCommandsAndArgs returns the CustomImageCommandsAndArgs field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetCustomImageCommandsAndArgsOk() (*CustomImageCommandsAndArgs, bool)
GetCustomImageCommandsAndArgsOk returns a tuple with the CustomImageCommandsAndArgs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetCustomImageCommandsAndArgs(v CustomImageCommandsAndArgs)
SetCustomImageCommandsAndArgs sets CustomImageCommandsAndArgs field to given value.
func (o *UpdateImageConfigRequest) HasCustomImageCommandsAndArgs() bool
HasCustomImageCommandsAndArgs returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateImageConfigRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetId(v string)
SetId sets Id field to given value.
func (o *UpdateImageConfigRequest) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetImageNameOk() (*string, bool)
GetImageNameOk returns a tuple with the ImageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *UpdateImageConfigRequest) HasImageName() bool
HasImageName returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetImageRegistryId() string
GetImageRegistryId returns the ImageRegistryId field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetImageRegistryIdOk() (*string, bool)
GetImageRegistryIdOk returns a tuple with the ImageRegistryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetImageRegistryId(v string)
SetImageRegistryId sets ImageRegistryId field to given value.
func (o *UpdateImageConfigRequest) HasImageRegistryId() bool
HasImageRegistryId returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetImageSignaturePublicKeyPEM() string
GetImageSignaturePublicKeyPEM returns the ImageSignaturePublicKeyPEM field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetImageSignaturePublicKeyPEMOk() (*string, bool)
GetImageSignaturePublicKeyPEMOk returns a tuple with the ImageSignaturePublicKeyPEM field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetImageSignaturePublicKeyPEM(v string)
SetImageSignaturePublicKeyPEM sets ImageSignaturePublicKeyPEM field to given value.
func (o *UpdateImageConfigRequest) HasImageSignaturePublicKeyPEM() bool
HasImageSignaturePublicKeyPEM returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetImageTag() string
GetImageTag returns the ImageTag field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetImageTagOk() (*string, bool)
GetImageTagOk returns a tuple with the ImageTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetImageTag(v string)
SetImageTag sets ImageTag field to given value.
func (o *UpdateImageConfigRequest) HasImageTag() bool
HasImageTag returns a boolean if a field has been set.
func (o *UpdateImageConfigRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *UpdateImageConfigRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateImageConfigRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateImageConfigRequest) SetToken(v string)
SetToken sets Token field to given value.