Name | Type | Description | Notes |
---|---|---|---|
ImageId | Pointer to string | [optional] | |
Targeted | Pointer to []string | [optional] | |
Current | Pointer to []string | [optional] |
func NewFirmwareUsageResponse() *FirmwareUsageResponse
NewFirmwareUsageResponse instantiates a new FirmwareUsageResponse 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 NewFirmwareUsageResponseWithDefaults() *FirmwareUsageResponse
NewFirmwareUsageResponseWithDefaults instantiates a new FirmwareUsageResponse 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 *FirmwareUsageResponse) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
func (o *FirmwareUsageResponse) 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 *FirmwareUsageResponse) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *FirmwareUsageResponse) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *FirmwareUsageResponse) GetTargeted() []string
GetTargeted returns the Targeted field if non-nil, zero value otherwise.
func (o *FirmwareUsageResponse) GetTargetedOk() (*[]string, bool)
GetTargetedOk returns a tuple with the Targeted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirmwareUsageResponse) SetTargeted(v []string)
SetTargeted sets Targeted field to given value.
func (o *FirmwareUsageResponse) HasTargeted() bool
HasTargeted returns a boolean if a field has been set.
func (o *FirmwareUsageResponse) GetCurrent() []string
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *FirmwareUsageResponse) GetCurrentOk() (*[]string, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirmwareUsageResponse) SetCurrent(v []string)
SetCurrent sets Current field to given value.
func (o *FirmwareUsageResponse) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.