Class: Google::Apis::PeopleV1::Tagline

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 brief one-line description of the person.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Tagline

Returns a new instance of Tagline.



2736
2737
2738
# File 'lib/google/apis/people_v1/classes.rb', line 2736

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

Instance Attribute Details

#metadataGoogle::Apis::PeopleV1::FieldMetadata

Metadata about a field. Corresponds to the JSON property metadata



2729
2730
2731
# File 'lib/google/apis/people_v1/classes.rb', line 2729

def 
  @metadata
end

#valueString

The tagline. Corresponds to the JSON property value

Returns:

  • (String)


2734
2735
2736
# File 'lib/google/apis/people_v1/classes.rb', line 2734

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2741
2742
2743
2744
# File 'lib/google/apis/people_v1/classes.rb', line 2741

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