Name | Type | Description | Notes |
---|---|---|---|
AdditionalDetails | Pointer to map[string]string | Additional details about image management tag. | [optional] |
Description | Pointer to string | Image management tag description. | [optional] |
Id | Pointer to string | Unique ID representing image management tag. | [optional] |
ImStreamId | Pointer to string | Image management stream ID to which this tag belongs. | [optional] |
ImVersionId | Pointer to string | Image management version ID to which this tag belongs. | [optional] |
Name | Pointer to string | Image management tag name. | [optional] |
func NewImageManagementTagInfo() *ImageManagementTagInfo
NewImageManagementTagInfo instantiates a new ImageManagementTagInfo 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 NewImageManagementTagInfoWithDefaults() *ImageManagementTagInfo
NewImageManagementTagInfoWithDefaults instantiates a new ImageManagementTagInfo 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 *ImageManagementTagInfo) GetAdditionalDetails() map[string]string
GetAdditionalDetails returns the AdditionalDetails field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) GetAdditionalDetailsOk() (*map[string]string, bool)
GetAdditionalDetailsOk returns a tuple with the AdditionalDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementTagInfo) SetAdditionalDetails(v map[string]string)
SetAdditionalDetails sets AdditionalDetails field to given value.
func (o *ImageManagementTagInfo) HasAdditionalDetails() bool
HasAdditionalDetails returns a boolean if a field has been set.
func (o *ImageManagementTagInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementTagInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ImageManagementTagInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ImageManagementTagInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) 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 *ImageManagementTagInfo) SetId(v string)
SetId sets Id field to given value.
func (o *ImageManagementTagInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ImageManagementTagInfo) GetImStreamId() string
GetImStreamId returns the ImStreamId field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) GetImStreamIdOk() (*string, bool)
GetImStreamIdOk returns a tuple with the ImStreamId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementTagInfo) SetImStreamId(v string)
SetImStreamId sets ImStreamId field to given value.
func (o *ImageManagementTagInfo) HasImStreamId() bool
HasImStreamId returns a boolean if a field has been set.
func (o *ImageManagementTagInfo) GetImVersionId() string
GetImVersionId returns the ImVersionId field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) GetImVersionIdOk() (*string, bool)
GetImVersionIdOk returns a tuple with the ImVersionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementTagInfo) SetImVersionId(v string)
SetImVersionId sets ImVersionId field to given value.
func (o *ImageManagementTagInfo) HasImVersionId() bool
HasImVersionId returns a boolean if a field has been set.
func (o *ImageManagementTagInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ImageManagementTagInfo) 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 *ImageManagementTagInfo) SetName(v string)
SetName sets Name field to given value.
func (o *ImageManagementTagInfo) HasName() bool
HasName returns a boolean if a field has been set.