GetNamespaceResult

data class GetNamespaceResult(val capabilities: List<GetNamespaceCapability>, val description: String, val id: String, val meta: Map<String, String>, val name: String, val quota: String)

A collection of values returned by getNamespace.

Constructors

Link copied to clipboard
constructor(capabilities: List<GetNamespaceCapability>, description: String, id: String, meta: Map<String, String>, name: String, quota: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(block) - Capabilities of the namespace

Link copied to clipboard

(string) - The description of the namespace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(map[string]string) - Arbitrary KV metadata associated with the namespace.

Link copied to clipboard
Link copied to clipboard

(string) - The quota associated with the namespace.