Name | Type | Description | Notes |
---|---|---|---|
ImageName | Pointer to string | [optional] | |
Versions | Pointer to []string | [optional] |
func NewContainerVersionResponse() *ContainerVersionResponse
NewContainerVersionResponse instantiates a new ContainerVersionResponse 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 NewContainerVersionResponseWithDefaults() *ContainerVersionResponse
NewContainerVersionResponseWithDefaults instantiates a new ContainerVersionResponse 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 *ContainerVersionResponse) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *ContainerVersionResponse) 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 *ContainerVersionResponse) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *ContainerVersionResponse) HasImageName() bool
HasImageName returns a boolean if a field has been set.
func (o *ContainerVersionResponse) GetVersions() []string
GetVersions returns the Versions field if non-nil, zero value otherwise.
func (o *ContainerVersionResponse) GetVersionsOk() (*[]string, bool)
GetVersionsOk returns a tuple with the Versions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContainerVersionResponse) SetVersions(v []string)
SetVersions sets Versions field to given value.
func (o *ContainerVersionResponse) HasVersions() bool
HasVersions returns a boolean if a field has been set.