AttributeNamespacesOperations interface

Antarmuka yang mewakili operasi AttributeNamespaces.

Properti

create

Membuat namespace atribut baru.

delete

Menghapus namespace atribut yang ditentukan.

get

Mendapatkan namespace atribut yang ditentukan.

Detail Properti

create

Membuat namespace atribut baru.

create: (attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>

Nilai Properti

(attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>

delete

Menghapus namespace atribut yang ditentukan.

delete: (attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>

Nilai Properti

(attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>

get

Mendapatkan namespace atribut yang ditentukan.

get: (attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>

Nilai Properti

(attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>