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