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