GetRegionalParametersResult

data class GetRegionalParametersResult(val filter: String? = null, val id: String, val location: String, val parameters: List<GetRegionalParametersParameter>, val project: String)

A collection of values returned by getRegionalParameters.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, location: String, parameters: List<GetRegionalParametersParameter>, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of regional parameters matching the filter. Structure is defined below.

Link copied to clipboard

The ID of the project in which the resource belongs.