Name | Type | Description | Notes |
---|---|---|---|
Deleted | Pointer to string | The image ID of an image that was deleted | [optional] |
Untagged | Pointer to string | The image ID of an image that was untagged | [optional] |
func NewImageDeleteResponseItem() *ImageDeleteResponseItem
NewImageDeleteResponseItem instantiates a new ImageDeleteResponseItem 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 NewImageDeleteResponseItemWithDefaults() *ImageDeleteResponseItem
NewImageDeleteResponseItemWithDefaults instantiates a new ImageDeleteResponseItem 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 *ImageDeleteResponseItem) GetDeleted() string
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *ImageDeleteResponseItem) GetDeletedOk() (*string, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageDeleteResponseItem) SetDeleted(v string)
SetDeleted sets Deleted field to given value.
func (o *ImageDeleteResponseItem) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *ImageDeleteResponseItem) GetUntagged() string
GetUntagged returns the Untagged field if non-nil, zero value otherwise.
func (o *ImageDeleteResponseItem) GetUntaggedOk() (*string, bool)
GetUntaggedOk returns a tuple with the Untagged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageDeleteResponseItem) SetUntagged(v string)
SetUntagged sets Untagged field to given value.
func (o *ImageDeleteResponseItem) HasUntagged() bool
HasUntagged returns a boolean if a field has been set.