GetNamespacesNamespace

data class GetNamespacesNamespace(val belongRegion: String, val debugEnable: Boolean, val description: String, val id: String, val namespaceId: String, val namespaceLogicalId: String, val namespaceName: String, val userId: String)

Constructors

Link copied to clipboard
constructor(belongRegion: String, debugEnable: Boolean, description: String, id: String, namespaceId: String, namespaceLogicalId: String, namespaceName: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the physical region to which the namespace belongs.

Link copied to clipboard

Indicates whether remote debugging is allowed in this region.

Link copied to clipboard

The description of the namespace.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The unique ID of the namespace generated by Enterprise Distributed Application Service (EDAS).

Link copied to clipboard

The ID of the namespace. Note: The ID cannot be changed after the namespace is created. The ID is in the format of Physical region ID:Logical region identifier.

Link copied to clipboard

The name of the namespace.

Link copied to clipboard

The ID of the Alibaba Cloud account to which the namespace belongs.