Class: Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb 
Overview
Deprecated and unused.
Instance Attribute Summary collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies what kind of resource this is.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Deprecated and unused.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AndroidDevicePolicyConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AndroidDevicePolicyConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AndroidDevicePolicyConfig
Returns a new instance of AndroidDevicePolicyConfig
      228 229 230  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 228 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidenterprise#androidDevicePolicyConfig".
Corresponds to the JSON property kind
      221 222 223  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 221 def kind @kind end  | 
  
#state ⇒ String
Deprecated and unused.
Corresponds to the JSON property state
      226 227 228  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 226 def state @state end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      233 234 235 236  | 
    
      # File 'generated/google/apis/androidenterprise_v1/classes.rb', line 233 def update!(**args) @kind = args[:kind] if args.key?(:kind) @state = args[:state] if args.key?(:state) end  |