GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse constructor
GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse({
- String? nextPageToken,
- List<
GoogleCloudIntegrationsV1alphaSfdcInstance> ? sfdcInstances,
Implementation
GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse({
this.nextPageToken,
this.sfdcInstances,
});