Name | Type | Description | Notes |
---|---|---|---|
DeviceId | Pointer to string | [optional] | |
ObjectType | Pointer to string | [optional] | |
Href | Pointer to string | [optional] |
func NewManagedSoftwareUpdateStatusDevice() *ManagedSoftwareUpdateStatusDevice
NewManagedSoftwareUpdateStatusDevice instantiates a new ManagedSoftwareUpdateStatusDevice 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 NewManagedSoftwareUpdateStatusDeviceWithDefaults() *ManagedSoftwareUpdateStatusDevice
NewManagedSoftwareUpdateStatusDeviceWithDefaults instantiates a new ManagedSoftwareUpdateStatusDevice 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 *ManagedSoftwareUpdateStatusDevice) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
func (o *ManagedSoftwareUpdateStatusDevice) 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 *ManagedSoftwareUpdateStatusDevice) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *ManagedSoftwareUpdateStatusDevice) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (o *ManagedSoftwareUpdateStatusDevice) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ManagedSoftwareUpdateStatusDevice) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedSoftwareUpdateStatusDevice) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ManagedSoftwareUpdateStatusDevice) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *ManagedSoftwareUpdateStatusDevice) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *ManagedSoftwareUpdateStatusDevice) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedSoftwareUpdateStatusDevice) SetHref(v string)
SetHref sets Href field to given value.
func (o *ManagedSoftwareUpdateStatusDevice) HasHref() bool
HasHref returns a boolean if a field has been set.