GetLocationsResult

data class GetLocationsResult(val id: String, val locations: List<String>, val project: String)

A collection of values returned by getLocations.

Constructors

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

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

The list of Cloud Run locations available for the given project.

Link copied to clipboard