otherLocations property

Map<String, FutureResourcesRecommendationOtherLocation>? otherLocations
getter/setter pair

List of locations in the request scope that were not recommended.

Keys of the map are zones, in format 'zones/'. The values are status information indicating the recommendation status.

Implementation

core.Map<core.String, FutureResourcesRecommendationOtherLocation>?
otherLocations;