| 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] |
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
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
func (o *ImageVersionEntry) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
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.
func (o *ImageVersionEntry) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *ImageVersionEntry) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (o *ImageVersionEntry) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
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.
func (o *ImageVersionEntry) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *ImageVersionEntry) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *ImageVersionEntry) GetImageVersion() string
GetImageVersion returns the ImageVersion field if non-nil, zero value otherwise.
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.
func (o *ImageVersionEntry) SetImageVersion(v string)
SetImageVersion sets ImageVersion field to given value.
func (o *ImageVersionEntry) HasImageVersion() bool
HasImageVersion returns a boolean if a field has been set.
func (o *ImageVersionEntry) GetImageLabel() string
GetImageLabel returns the ImageLabel field if non-nil, zero value otherwise.
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.
func (o *ImageVersionEntry) SetImageLabel(v string)
SetImageLabel sets ImageLabel field to given value.
func (o *ImageVersionEntry) HasImageLabel() bool
HasImageLabel returns a boolean if a field has been set.
func (o *ImageVersionEntry) GetReported() string
GetReported returns the Reported field if non-nil, zero value otherwise.
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.
func (o *ImageVersionEntry) SetReported(v string)
SetReported sets Reported field to given value.
func (o *ImageVersionEntry) HasReported() bool
HasReported returns a boolean if a field has been set.