View Source GoogleApi.EssentialContacts.V1.Model.GoogleCloudEssentialcontactsV1ComputeContactsResponse (google_api_essential_contacts v0.2.2)
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, thennext_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_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
Unwrap a decoded JSON object into its complex fields.