GetLocationsResult

data class GetLocationsResult(val id: String, val locations: List<GetLocationsLocation>, val project: String? = null)

A collection of values returned by getLocations.

Constructors

Link copied to clipboard
constructor(id: String, locations: List<GetLocationsLocation>, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Contains a list of location, which contains the details about a particular location.

Link copied to clipboard
val project: String? = null