Class: Google::Apis::PeopleV1::UpdateContactGroupRequest

Inherits:
Object
  • Object
show all
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 contact group. Only the name can be updated.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UpdateContactGroupRequest

Returns a new instance of UpdateContactGroupRequest



2131
2132
2133
# File 'generated/google/apis/people_v1/classes.rb', line 2131

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

Instance Attribute Details

#contact_groupGoogle::Apis::PeopleV1::ContactGroup

A contact group. Corresponds to the JSON property contactGroup



2129
2130
2131
# File 'generated/google/apis/people_v1/classes.rb', line 2129

def contact_group
  @contact_group
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2136
2137
2138
# File 'generated/google/apis/people_v1/classes.rb', line 2136

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