Class: Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams

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

Overview

Parameters associated with the REQUEST_DEVICE_INFO command to get device related information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RequestDeviceInfoParams

Returns a new instance of RequestDeviceInfoParams.



6415
6416
6417
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6415

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

Instance Attribute Details

#device_infoString

Required. Type of device information to be requested. Corresponds to the JSON property deviceInfo

Returns:

  • (String)


6413
6414
6415
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6413

def device_info
  @device_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6420
6421
6422
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6420

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