ListCloudLocationsResponse constructor
ListCloudLocationsResponse({
- List<
CloudLocation> ? cloudLocations, - String? nextPageToken,
Implementation
ListCloudLocationsResponse({this.cloudLocations, this.nextPageToken});