Class: Google::Apis::PeopleV1::Skill
- Inherits:
-
Object
- Object
- Google::Apis::PeopleV1::Skill
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/people_v1/classes.rb,
generated/google/apis/people_v1/representations.rb,
generated/google/apis/people_v1/representations.rb
Overview
A skill that the person has.
Instance Attribute Summary collapse
-
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
-
#value ⇒ String
The skill; for example,
underwater basket weaving
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Skill
constructor
A new instance of Skill.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Skill
Returns a new instance of Skill
2020 2021 2022 |
# File 'generated/google/apis/people_v1/classes.rb', line 2020 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::Apis::PeopleV1::FieldMetadata
Metadata about a field.
Corresponds to the JSON property metadata
2013 2014 2015 |
# File 'generated/google/apis/people_v1/classes.rb', line 2013 def @metadata end |
#value ⇒ String
The skill; for example, underwater basket weaving
.
Corresponds to the JSON property value
2018 2019 2020 |
# File 'generated/google/apis/people_v1/classes.rb', line 2018 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2025 2026 2027 2028 |
# File 'generated/google/apis/people_v1/classes.rb', line 2025 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @value = args[:value] if args.key?(:value) end |