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.
2736 2737 2738 |
# File 'lib/google/apis/people_v1/classes.rb', line 2736 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::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 |
#value ⇒ String
The tagline.
Corresponds to the JSON property value
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 |