View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse (google_api_integrations v0.7.0)
Response for ListIntegrationVersions.
Attributes
-
integrationVersions
(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t)
, default:nil
) - The integrations which match the request. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
noPermission
(type:boolean()
, default:nil
) - Whether the user has no permission on the version or not.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse{ integrationVersions: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t() ] | nil, nextPageToken: String.t() | nil, noPermission: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.