GoogleCloudChannelV1ListSubscribersResponse constructor

GoogleCloudChannelV1ListSubscribersResponse({
  1. String? nextPageToken,
  2. List<String>? serviceAccounts,
  3. String? topic,
})

Implementation

GoogleCloudChannelV1ListSubscribersResponse({
  this.nextPageToken,
  this.serviceAccounts,
  this.topic,
});