GetNamespaceResult

data class GetNamespaceResult(val createTime: String, val deleteTime: String, val name: String, val scope: String, val state: NamespaceLifecycleStateResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetNamespaceResult(createTime: String, deleteTime: String, name: String, scope: String, state: NamespaceLifecycleStateResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the namespace was created.

Link copied to clipboard

When the namespace was deleted.

Link copied to clipboard

The resource name for the namespace projects/{project}/locations/{location}/namespaces/{namespace}

Link copied to clipboard

Scope associated with the namespace

Link copied to clipboard

State of the namespace resource.

Link copied to clipboard
val uid: String

Google-generated UUID for this resource. This is unique across all namespace resources. If a namespace resource is deleted and another resource with the same name is created, it gets a different uid.

Link copied to clipboard

When the namespace was last updated.