GetNamespacesResult

data class GetNamespacesResult(val id: String, val namespace: String? = null, val paths: List<String>, val pathsFqs: List<String>, val recursive: Boolean? = null)

A collection of values returned by getNamespaces.

Constructors

Link copied to clipboard
constructor(id: String, namespace: String? = null, paths: List<String>, pathsFqs: List<String>, recursive: Boolean? = 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
val namespace: String? = null
Link copied to clipboard

Set of the paths of child namespaces.

Link copied to clipboard

Set of the fully qualified paths of child namespaces.

Link copied to clipboard
val recursive: Boolean? = null