class Google::Apis::PeopleV1::ContactGroupMembership

A Google contact group membership.

Attributes

contact_group_id[RW]

The contact group ID for the contact group membership. The contact group ID can be custom or predefined. Possible values include, but are not limited to, the following: * `myContacts` * `starred` * A numerical ID for user-created groups. Corresponds to the JSON property `contactGroupId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/people_v1/classes.rb, line 1402
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/people_v1/classes.rb, line 1407
def update!(**args)
  @contact_group_id = args[:contact_group_id] if args.key?(:contact_group_id)
end