Class: Google::Apis::AndroidmanagementV1::OncWifiContext
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidmanagementV1::OncWifiContext
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb 
Overview
Additional context for non-compliance related to Wi-Fi configuration.
Instance Attribute Summary collapse
- 
  
    
      #wifi_guid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The GUID of non-compliant Wi-Fi configuration.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OncWifiContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OncWifiContext.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ OncWifiContext
Returns a new instance of OncWifiContext.
      3825 3826 3827  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3825 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#wifi_guid ⇒ String
The GUID of non-compliant Wi-Fi configuration.
Corresponds to the JSON property wifiGuid
      3823 3824 3825  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3823 def wifi_guid @wifi_guid end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3830 3831 3832  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3830 def update!(**args) @wifi_guid = args[:wifi_guid] if args.key?(:wifi_guid) end  |