View Source GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1ComputeContactsResponse (google_api_essential_contacts v0.3.0)

Response message for the ComputeContacts method.

Attributes

  • contacts (type: list(GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1Contact.t), default: nil) - All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
  • nextPageToken (type: String.t, default: nil) - If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1ComputeContactsResponse{
    contacts:
      [
        GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1Contact.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.