Class: Google::Apis::AdminDirectoryV1::MobileDeviceAction
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::MobileDeviceAction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb
Overview
JSON request template for firing commands on Mobile Device in Directory Devices API.
Instance Attribute Summary collapse
-
#action ⇒ String
Action to be taken on the Mobile Device Corresponds to the JSON property
action
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileDeviceAction
constructor
A new instance of MobileDeviceAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MobileDeviceAction
Returns a new instance of MobileDeviceAction.
1470 1471 1472 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1470 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action ⇒ String
Action to be taken on the Mobile Device
Corresponds to the JSON property action
1468 1469 1470 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1468 def action @action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1475 1476 1477 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1475 def update!(**args) @action = args[:action] if args.key?(:action) end |