GetNamespacesResult

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

A collection of values returned by getNamespaces.

Constructors

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

Set of the paths of direct child namespaces.