GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse constructor

GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaSfdcInstance>? sfdcInstances,
})

Implementation

GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse({
  this.nextPageToken,
  this.sfdcInstances,
});