Class: Google::Apis::PeopleV1::BraggingRights
- Inherits:
-
Object
- Object
- Google::Apis::PeopleV1::BraggingRights
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/people_v1/classes.rb,
lib/google/apis/people_v1/representations.rb,
lib/google/apis/people_v1/representations.rb
Overview
DEPRECATED: No data will be returned A person's bragging rights.
Instance Attribute Summary collapse
-
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
-
#value ⇒ String
The bragging rights; for example,
climbed mount everest
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BraggingRights
constructor
A new instance of BraggingRights.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BraggingRights
Returns a new instance of BraggingRights.
403 404 405 |
# File 'lib/google/apis/people_v1/classes.rb', line 403 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
Corresponds to the JSON property metadata
396 397 398 |
# File 'lib/google/apis/people_v1/classes.rb', line 396 def @metadata end |
#value ⇒ String
The bragging rights; for example, climbed mount everest
.
Corresponds to the JSON property value
401 402 403 |
# File 'lib/google/apis/people_v1/classes.rb', line 401 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
408 409 410 411 |
# File 'lib/google/apis/people_v1/classes.rb', line 408 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @value = args[:value] if args.key?(:value) end |