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.



2739
2740
2741
# File 'lib/google/apis/people_v1/classes.rb', line 2739

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

Instance Attribute Details

#metadataGoogle::Apis::PeopleV1::FieldMetadata

Metadata about a field. Corresponds to the JSON property metadata



2732
2733
2734
# File 'lib/google/apis/people_v1/classes.rb', line 2732

def 
  @metadata
end

#valueString

The tagline. Corresponds to the JSON property value

Returns:

  • (String)


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

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2744
2745
2746
2747
# File 'lib/google/apis/people_v1/classes.rb', line 2744

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