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

The metadata about a contact group.

Attributes

  • deleted (type: boolean(), default: nil) - Output only. True if the contact group resource has been deleted. Populated only for ListContactGroups requests that include a sync token.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time the group was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ContactGroupMetadata{
  deleted: boolean() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.