GoogleCloudMlV1ListLocationsResponse constructor

GoogleCloudMlV1ListLocationsResponse({
  1. List<GoogleCloudMlV1Location>? locations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudMlV1ListLocationsResponse({
  this.locations,
  this.nextPageToken,
});