GoogleCloudApigeeV1ListInstancesResponse constructor

GoogleCloudApigeeV1ListInstancesResponse({
  1. List<GoogleCloudApigeeV1Instance>? instances,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListInstancesResponse({
  this.instances,
  this.nextPageToken,
});