Class: Google::Apis::PeopleV1::BraggingRights

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BraggingRights

Returns a new instance of BraggingRights.



397
398
399
# File 'lib/google/apis/people_v1/classes.rb', line 397

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadataGoogle::Apis::PeopleV1::FieldMetadata

Metadata about a field. Corresponds to the JSON property metadata



390
391
392
# File 'lib/google/apis/people_v1/classes.rb', line 390

def 
  @metadata
end

#valueString

The bragging rights; for example, climbed mount everest. Corresponds to the JSON property value

Returns:

  • (String)


395
396
397
# File 'lib/google/apis/people_v1/classes.rb', line 395

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



402
403
404
405
# File 'lib/google/apis/people_v1/classes.rb', line 402

def update!(**args)
  @metadata = args[:metadata] if args.key?(:metadata)
  @value = args[:value] if args.key?(:value)
end