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
1954 1955 1956 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1954 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
1952 1953 1954 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1952 def action @action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1959 1960 1961 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 1959 def update!(**args) @action = args[:action] if args.key?(:action) end |