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.
6415 6416 6417 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6415 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
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 |