Class: Google::Apis::Oauth2V1::Raw
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::Oauth2V1::Raw
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/oauth2_v1/classes.rb,
generated/google/apis/oauth2_v1/representations.rb,
generated/google/apis/oauth2_v1/representations.rb 
Defined Under Namespace
Classes: Keyvalue
Instance Attribute Summary collapse
- 
  
    
      #keyvalues  ⇒ Array<Google::Apis::Oauth2V1::Raw::Keyvalue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
keyvalues. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Raw 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Raw.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Raw
Returns a new instance of Raw
      102 103 104  | 
    
      # File 'generated/google/apis/oauth2_v1/classes.rb', line 102 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#keyvalues ⇒ Array<Google::Apis::Oauth2V1::Raw::Keyvalue>
Corresponds to the JSON property keyvalues
      100 101 102  | 
    
      # File 'generated/google/apis/oauth2_v1/classes.rb', line 100 def keyvalues @keyvalues end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      107 108 109  | 
    
      # File 'generated/google/apis/oauth2_v1/classes.rb', line 107 def update!(**args) @keyvalues = args[:keyvalues] if args.key?(:keyvalues) end  |