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

A request to update an existing user contact group. All updated fields will be replaced.

Attributes

  • contactGroup (type: GoogleApi.People.V1.Model.ContactGroup.t, default: nil) - Required. The contact group to update.
  • readGroupFields (type: String.t, default: nil) - Optional. A field mask to restrict which fields on the group are returned. Defaults to metadata, groupType, and name if not set or set to empty. Valid fields are: clientData groupType memberCount metadata * name
  • updateGroupFields (type: String.t, default: nil) - Optional. A field mask to restrict which fields on the group are updated. Multiple fields can be specified by separating them with commas. Defaults to name if not set or set to empty. Updated fields are replaced. Valid values are: clientData name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.UpdateContactGroupRequest{
  contactGroup: GoogleApi.People.V1.Model.ContactGroup.t() | nil,
  readGroupFields: String.t() | nil,
  updateGroupFields: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.