Name | Type | Description | Notes |
---|---|---|---|
CreatedOn | time.Time | ||
Digest | string | ||
Id | Pointer to string | [optional] [readonly] | |
ModifiedOn | time.Time | ||
Name | string |
func NewContainerImage(createdOn time.Time, digest string, modifiedOn time.Time, name string, ) *ContainerImage
NewContainerImage instantiates a new ContainerImage 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 NewContainerImageWithDefaults() *ContainerImage
NewContainerImageWithDefaults instantiates a new ContainerImage 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 *ContainerImage) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *ContainerImage) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerImage) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.
func (o *ContainerImage) GetDigest() string
GetDigest returns the Digest field if non-nil, zero value otherwise.
func (o *ContainerImage) GetDigestOk() (*string, bool)
GetDigestOk returns a tuple with the Digest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerImage) SetDigest(v string)
SetDigest sets Digest field to given value.
func (o *ContainerImage) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ContainerImage) 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 *ContainerImage) SetId(v string)
SetId sets Id field to given value.
func (o *ContainerImage) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ContainerImage) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *ContainerImage) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerImage) SetModifiedOn(v time.Time)
SetModifiedOn sets ModifiedOn field to given value.
func (o *ContainerImage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ContainerImage) 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 *ContainerImage) SetName(v string)
SetName sets Name field to given value.