Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.29 KB

File metadata and controls

160 lines (87 loc) · 4.29 KB

ImageVersionEntry

Properties

Name Type Description Notes
DeviceId Pointer to string [optional]
ImageId Pointer to string [optional]
ImageVersion Pointer to string [optional]
ImageLabel Pointer to string [optional]
Reported Pointer to string [optional]

Methods

NewImageVersionEntry

func NewImageVersionEntry() *ImageVersionEntry

NewImageVersionEntry instantiates a new ImageVersionEntry 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

NewImageVersionEntryWithDefaults

func NewImageVersionEntryWithDefaults() *ImageVersionEntry

NewImageVersionEntryWithDefaults instantiates a new ImageVersionEntry 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

GetDeviceId

func (o *ImageVersionEntry) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *ImageVersionEntry) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceId

func (o *ImageVersionEntry) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *ImageVersionEntry) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetImageId

func (o *ImageVersionEntry) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

func (o *ImageVersionEntry) GetImageIdOk() (*string, bool)

GetImageIdOk returns a tuple with the ImageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageId

func (o *ImageVersionEntry) SetImageId(v string)

SetImageId sets ImageId field to given value.

HasImageId

func (o *ImageVersionEntry) HasImageId() bool

HasImageId returns a boolean if a field has been set.

GetImageVersion

func (o *ImageVersionEntry) GetImageVersion() string

GetImageVersion returns the ImageVersion field if non-nil, zero value otherwise.

GetImageVersionOk

func (o *ImageVersionEntry) GetImageVersionOk() (*string, bool)

GetImageVersionOk returns a tuple with the ImageVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageVersion

func (o *ImageVersionEntry) SetImageVersion(v string)

SetImageVersion sets ImageVersion field to given value.

HasImageVersion

func (o *ImageVersionEntry) HasImageVersion() bool

HasImageVersion returns a boolean if a field has been set.

GetImageLabel

func (o *ImageVersionEntry) GetImageLabel() string

GetImageLabel returns the ImageLabel field if non-nil, zero value otherwise.

GetImageLabelOk

func (o *ImageVersionEntry) GetImageLabelOk() (*string, bool)

GetImageLabelOk returns a tuple with the ImageLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageLabel

func (o *ImageVersionEntry) SetImageLabel(v string)

SetImageLabel sets ImageLabel field to given value.

HasImageLabel

func (o *ImageVersionEntry) HasImageLabel() bool

HasImageLabel returns a boolean if a field has been set.

GetReported

func (o *ImageVersionEntry) GetReported() string

GetReported returns the Reported field if non-nil, zero value otherwise.

GetReportedOk

func (o *ImageVersionEntry) GetReportedOk() (*string, bool)

GetReportedOk returns a tuple with the Reported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReported

func (o *ImageVersionEntry) SetReported(v string)

SetReported sets Reported field to given value.

HasReported

func (o *ImageVersionEntry) HasReported() bool

HasReported returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]