GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse constructor
GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse({
- String? nextPageToken,
- List<
GoogleCloudIntegrationsV1alphaSfdcChannel> ? sfdcChannels,
Implementation
GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse({
this.nextPageToken,
this.sfdcChannels,
});