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.



6524
6525
6526
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6524

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)


6522
6523
6524
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6522

def device_info
  @device_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6529
6530
6531
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6529

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