Class: Google::Apis::PeopleV1::ContactGroupMembership

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 Google contact group membership.

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) ⇒ ContactGroupMembership

Returns a new instance of ContactGroupMembership



341
342
343
# File 'generated/google/apis/people_v1/classes.rb', line 341

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

Instance Attribute Details

#contact_group_idString

The contact group ID for the contact group membership. The contact group ID can be custom or one of these predefined values:

  • myContacts
  • starred
  • A numerical ID for user-created groups. Corresponds to the JSON property contactGroupId

Returns:

  • (String)


339
340
341
# File 'generated/google/apis/people_v1/classes.rb', line 339

def contact_group_id
  @contact_group_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



346
347
348
# File 'generated/google/apis/people_v1/classes.rb', line 346

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