Get Locations Result
data class GetLocationsResult(val id: String, val locations: List<GetLocationsLocation>, val project: String? = null)
A collection of values returned by getLocations.
A collection of values returned by getLocations.