class Google::Apis::AdminDirectoryV1::MobileDeviceAction
Attributes
action[RW]
The action to be performed on the device. Corresponds to the JSON property `action` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 2720 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 2725 def update!(**args) @action = args[:action] if args.key?(:action) end