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.



2719
2720
2721
# File 'lib/google/apis/people_v1/classes.rb', line 2719

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

Instance Attribute Details

#metadataGoogle::Apis::PeopleV1::FieldMetadata

Metadata about a field. Corresponds to the JSON property metadata



2712
2713
2714
# File 'lib/google/apis/people_v1/classes.rb', line 2712

def 
  @metadata
end

#valueString

The tagline. Corresponds to the JSON property value

Returns:

  • (String)


2717
2718
2719
# File 'lib/google/apis/people_v1/classes.rb', line 2717

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2724
2725
2726
2727
# File 'lib/google/apis/people_v1/classes.rb', line 2724

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