Name | Type | Description | Notes |
---|---|---|---|
ImageName | string | ||
Tag | string | ||
Arguments | []string | ||
Entrypoint | Pointer to string | [optional] |
func NewDeploymentHistoryServiceDetailsOneOf1(imageName string, tag string, arguments []string, ) *DeploymentHistoryServiceDetailsOneOf1
NewDeploymentHistoryServiceDetailsOneOf1 instantiates a new DeploymentHistoryServiceDetailsOneOf1 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 NewDeploymentHistoryServiceDetailsOneOf1WithDefaults() *DeploymentHistoryServiceDetailsOneOf1
NewDeploymentHistoryServiceDetailsOneOf1WithDefaults instantiates a new DeploymentHistoryServiceDetailsOneOf1 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 *DeploymentHistoryServiceDetailsOneOf1) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf1) 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 *DeploymentHistoryServiceDetailsOneOf1) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetailsOneOf1) SetTag(v string)
SetTag sets Tag field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetArguments() []string
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetArgumentsOk() (*[]string, bool)
GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetailsOneOf1) SetArguments(v []string)
SetArguments sets Arguments field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetEntrypoint() string
GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf1) GetEntrypointOk() (*string, bool)
GetEntrypointOk returns a tuple with the Entrypoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetailsOneOf1) SetEntrypoint(v string)
SetEntrypoint sets Entrypoint field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf1) HasEntrypoint() bool
HasEntrypoint returns a boolean if a field has been set.