GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse constructor

GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaSfdcChannel>? sfdcChannels,
})

Implementation

GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse({
  this.nextPageToken,
  this.sfdcChannels,
});