Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.66 KB

DeploymentHistoryServiceDetailsOneOf1.md

File metadata and controls

119 lines (64 loc) · 3.66 KB

DeploymentHistoryServiceDetailsOneOf1

Properties

Name Type Description Notes
ImageName string
Tag string
Arguments []string
Entrypoint Pointer to string [optional]

Methods

NewDeploymentHistoryServiceDetailsOneOf1

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

NewDeploymentHistoryServiceDetailsOneOf1WithDefaults

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

GetImageName

func (o *DeploymentHistoryServiceDetailsOneOf1) GetImageName() string

GetImageName returns the ImageName field if non-nil, zero value otherwise.

GetImageNameOk

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.

SetImageName

func (o *DeploymentHistoryServiceDetailsOneOf1) SetImageName(v string)

SetImageName sets ImageName field to given value.

GetTag

func (o *DeploymentHistoryServiceDetailsOneOf1) GetTag() string

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

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.

SetTag

func (o *DeploymentHistoryServiceDetailsOneOf1) SetTag(v string)

SetTag sets Tag field to given value.

GetArguments

func (o *DeploymentHistoryServiceDetailsOneOf1) GetArguments() []string

GetArguments returns the Arguments field if non-nil, zero value otherwise.

GetArgumentsOk

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.

SetArguments

func (o *DeploymentHistoryServiceDetailsOneOf1) SetArguments(v []string)

SetArguments sets Arguments field to given value.

GetEntrypoint

func (o *DeploymentHistoryServiceDetailsOneOf1) GetEntrypoint() string

GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.

GetEntrypointOk

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.

SetEntrypoint

func (o *DeploymentHistoryServiceDetailsOneOf1) SetEntrypoint(v string)

SetEntrypoint sets Entrypoint field to given value.

HasEntrypoint

func (o *DeploymentHistoryServiceDetailsOneOf1) HasEntrypoint() bool

HasEntrypoint returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]