GoogleCloudApigeeV1ListDataCollectorsResponse constructor
GoogleCloudApigeeV1ListDataCollectorsResponse({
- List<
GoogleCloudApigeeV1DataCollector> ? dataCollectors, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListDataCollectorsResponse({
this.dataCollectors,
this.nextPageToken,
});