class Google::Apis::PeopleV1::ModifyContactGroupMembersResponse

The response to a modify contact group members request.

Attributes

can_not_remove_last_contact_group_resource_names[RW]

The contact people resource names that cannot be removed from their last contact group. Corresponds to the JSON property `canNotRemoveLastContactGroupResourceNames` @return [Array<String>]

not_found_resource_names[RW]

The contact people resource names that were not found. Corresponds to the JSON property `notFoundResourceNames` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/people_v1/classes.rb, line 1612
def update!(**args)
  @can_not_remove_last_contact_group_resource_names = args[:can_not_remove_last_contact_group_resource_names] if args.key?(:can_not_remove_last_contact_group_resource_names)
  @not_found_resource_names = args[:not_found_resource_names] if args.key?(:not_found_resource_names)
end