Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
CreatedAt | time.Time | [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
Name | Pointer to string | name of the container | [optional] |
Status | Pointer to StateEnum | [optional] | |
ImageName | Pointer to string | [optional] | |
Tag | Pointer to string | [optional] | |
Arguments | Pointer to []string | [optional] | |
Entrypoint | Pointer to string | [optional] |
func NewDeploymentHistoryContainer(id string, createdAt time.Time, ) *DeploymentHistoryContainer
NewDeploymentHistoryContainer instantiates a new DeploymentHistoryContainer 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 NewDeploymentHistoryContainerWithDefaults() *DeploymentHistoryContainer
NewDeploymentHistoryContainerWithDefaults instantiates a new DeploymentHistoryContainer 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 *DeploymentHistoryContainer) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) 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 *DeploymentHistoryContainer) SetId(v string)
SetId sets Id field to given value.
func (o *DeploymentHistoryContainer) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryContainer) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DeploymentHistoryContainer) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryContainer) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DeploymentHistoryContainer) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryContainer) SetName(v string)
SetName sets Name field to given value.
func (o *DeploymentHistoryContainer) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) GetStatusOk() (*StateEnum, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryContainer) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryContainer) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) 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 *DeploymentHistoryContainer) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *DeploymentHistoryContainer) HasImageName() bool
HasImageName returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) 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 *DeploymentHistoryContainer) SetTag(v string)
SetTag sets Tag field to given value.
func (o *DeploymentHistoryContainer) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetArguments() []string
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) 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 *DeploymentHistoryContainer) SetArguments(v []string)
SetArguments sets Arguments field to given value.
func (o *DeploymentHistoryContainer) HasArguments() bool
HasArguments returns a boolean if a field has been set.
func (o *DeploymentHistoryContainer) GetEntrypoint() string
GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.
func (o *DeploymentHistoryContainer) 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 *DeploymentHistoryContainer) SetEntrypoint(v string)
SetEntrypoint sets Entrypoint field to given value.
func (o *DeploymentHistoryContainer) HasEntrypoint() bool
HasEntrypoint returns a boolean if a field has been set.