GetParametersResult

data class GetParametersResult(val filter: String? = null, val id: String, val parameters: List<GetParametersParameter>, val project: String)

A collection of values returned by getParameters.

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: String, parameters: List<GetParametersParameter>, 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

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

Link copied to clipboard

The ID of the project in which the resource belongs.