Class: Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams
- 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
-
#device_info ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RequestDeviceInfoParams
constructor
A new instance of RequestDeviceInfoParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RequestDeviceInfoParams
Returns a new instance of RequestDeviceInfoParams.
6458 6459 6460 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6458 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_info ⇒ String
Required. Type of device information to be requested.
Corresponds to the JSON property deviceInfo
6456 6457 6458 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6456 def device_info @device_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6463 6464 6465 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6463 def update!(**args) @device_info = args[:device_info] if args.key?(:device_info) end |