Class: Google::Apis::PeopleV1::UpdateContactGroupRequest
- Inherits:
-
Object
- Object
- Google::Apis::PeopleV1::UpdateContactGroupRequest
- 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 request to update an existing user contact group. All updated fields will be replaced.
Instance Attribute Summary collapse
-
#contact_group ⇒ Google::Apis::PeopleV1::ContactGroup
A contact group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateContactGroupRequest
constructor
A new instance of UpdateContactGroupRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpdateContactGroupRequest
Returns a new instance of UpdateContactGroupRequest.
2485 2486 2487 |
# File 'generated/google/apis/people_v1/classes.rb', line 2485 def initialize(**args) update!(**args) end |
Instance Attribute Details
#contact_group ⇒ Google::Apis::PeopleV1::ContactGroup
A contact group.
Corresponds to the JSON property contactGroup
2483 2484 2485 |
# File 'generated/google/apis/people_v1/classes.rb', line 2483 def contact_group @contact_group end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2490 2491 2492 |
# File 'generated/google/apis/people_v1/classes.rb', line 2490 def update!(**args) @contact_group = args[:contact_group] if args.key?(:contact_group) end |