GoogleCloudApigeeV1ListDataCollectorsResponse constructor

GoogleCloudApigeeV1ListDataCollectorsResponse({
  1. List<GoogleCloudApigeeV1DataCollector>? dataCollectors,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListDataCollectorsResponse({
  this.dataCollectors,
  this.nextPageToken,
});