google_api_mirror v0.4.0 GoogleApi.Mirror.V1.Model.ContactsListResponse View Source

A list of Contacts representing contacts. This is the response from the server to GET requests on the contacts collection.

Attributes

  • items (type: list(GoogleApi.Mirror.V1.Model.Contact.t), default: nil) - Contact list.
  • kind (type: String.t, default: mirror#contacts) - The type of resource. This is always mirror#contacts.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Mirror.V1.Model.ContactsListResponse{
  items: [GoogleApi.Mirror.V1.Model.Contact.t()],
  kind: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.