Class: Google::Apis::Oauth2V1::Raw

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

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

#keyvaluesArray<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