class Google::Apis::AdminDirectoryV1::MobileDeviceAction
JSON request template for firing commands on Mobile Device in Directory Devices API.
Attributes
action[RW]
Action to be taken on the Mobile Device Corresponds to the JSON property `action` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_directory_v1/classes.rb, line 1384 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_directory_v1/classes.rb, line 1389 def update!(**args) @action = args[:action] if args.key?(:action) end