Class: Google::Apis::PeopleV1::Tagline
- Inherits:
-
Object
- Object
- Google::Apis::PeopleV1::Tagline
- 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
-
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
-
#value ⇒ String
The tagline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Tagline
constructor
A new instance of Tagline.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Tagline
Returns a new instance of Tagline.
2756 2757 2758 |
# File 'lib/google/apis/people_v1/classes.rb', line 2756 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
Corresponds to the JSON property metadata
2749 2750 2751 |
# File 'lib/google/apis/people_v1/classes.rb', line 2749 def @metadata end |
#value ⇒ String
The tagline.
Corresponds to the JSON property value
2754 2755 2756 |
# File 'lib/google/apis/people_v1/classes.rb', line 2754 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2761 2762 2763 2764 |
# File 'lib/google/apis/people_v1/classes.rb', line 2761 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @value = args[:value] if args.key?(:value) end |