Class: Google::Apis::CivicinfoV2::ContextParams
- Inherits:
-
Object
- Object
- Google::Apis::CivicinfoV2::ContextParams
- Defined in:
- generated/google/apis/civicinfo_v2/classes.rb,
generated/google/apis/civicinfo_v2/representations.rb,
generated/google/apis/civicinfo_v2/representations.rb
Instance Attribute Summary collapse
-
#client_profile ⇒ String
Corresponds to the JSON property
clientProfile
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContextParams
constructor
A new instance of ContextParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ContextParams
Returns a new instance of ContextParams
461 462 463 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 461 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_profile ⇒ String
Corresponds to the JSON property clientProfile
459 460 461 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 459 def client_profile @client_profile end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
466 467 468 |
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 466 def update!(**args) @client_profile = args[:client_profile] if args.key?(:client_profile) end |