Name | Type | Description | Notes |
---|---|---|---|
Devices | Pointer to map[string]string | [optional] |
func NewDeviceEnrollmentDisownResponse() *DeviceEnrollmentDisownResponse
NewDeviceEnrollmentDisownResponse instantiates a new DeviceEnrollmentDisownResponse 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 NewDeviceEnrollmentDisownResponseWithDefaults() *DeviceEnrollmentDisownResponse
NewDeviceEnrollmentDisownResponseWithDefaults instantiates a new DeviceEnrollmentDisownResponse 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 *DeviceEnrollmentDisownResponse) GetDevices() map[string]string
GetDevices returns the Devices field if non-nil, zero value otherwise.
func (o *DeviceEnrollmentDisownResponse) GetDevicesOk() (*map[string]string, bool)
GetDevicesOk returns a tuple with the Devices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceEnrollmentDisownResponse) SetDevices(v map[string]string)
SetDevices sets Devices field to given value.
func (o *DeviceEnrollmentDisownResponse) HasDevices() bool
HasDevices returns a boolean if a field has been set.