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.



6470
6471
6472
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6470

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)


6468
6469
6470
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6468

def device_info
  @device_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6475
6476
6477
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6475

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