View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSearchTemplatesResponse (google_api_integrations v0.12.0)
Response for a request to search templates
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The token used to retrieve the next page results. -
templates
(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTemplate.t)
, default:nil
) - List of templates retrieved.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSearchTemplatesResponse{ nextPageToken: String.t() | nil, templates: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTemplate.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.