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