View Source GoogleApi.People.V1.Model.ModifyContactGroupMembersResponse (google_api_people v0.41.0)

The response to a modify contact group members request.

Attributes

  • canNotRemoveLastContactGroupResourceNames (type: list(String.t), default: nil) - The contact people resource names that cannot be removed from their last contact group.
  • notFoundResourceNames (type: list(String.t), default: nil) - The contact people resource names that were not found.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ModifyContactGroupMembersResponse{
  canNotRemoveLastContactGroupResourceNames: [String.t()] | nil,
  notFoundResourceNames: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.