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