Class: Google::Apis::AndroiddeviceprovisioningV1::CustomerRemoveConfigurationRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androiddeviceprovisioning_v1/classes.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb

Overview

Request message for customer to remove the configuration from device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomerRemoveConfigurationRequest

Returns a new instance of CustomerRemoveConfigurationRequest.



448
449
450
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 448

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deviceGoogle::Apis::AndroiddeviceprovisioningV1::DeviceReference

A DeviceReference is an API abstraction that lets you supply a device argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a DeviceReference as a parameter type because it's more flexible for the caller. To learn more about device identifiers, read Identifiers. Corresponds to the JSON property device



446
447
448
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 446

def device
  @device
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



453
454
455
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 453

def update!(**args)
  @device = args[:device] if args.key?(:device)
end