GoogleCloudMlV1ListLocationsResponse constructor
GoogleCloudMlV1ListLocationsResponse({
- List<
GoogleCloudMlV1Location> ? locations, - String? nextPageToken,
Implementation
GoogleCloudMlV1ListLocationsResponse({
this.locations,
this.nextPageToken,
});