Class: Google::Apis::AdminDirectoryV1::MobileDeviceAction
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::MobileDeviceAction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb
Instance Attribute Summary collapse
-
#action ⇒ String
The action to be performed on the device.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileDeviceAction
constructor
A new instance of MobileDeviceAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MobileDeviceAction
Returns a new instance of MobileDeviceAction.
3292 3293 3294 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3292 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action ⇒ String
The action to be performed on the device.
Corresponds to the JSON property action
3290 3291 3292 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3290 def action @action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3297 3298 3299 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3297 def update!(**args) @action = args[:action] if args.key?(:action) end |