Skip to main content

Interface: GetAttributes200Response

Types.GetAttributes200Response

Export

Interface

GetAttributes200Response

Properties

errors

Optional errors: APIResponseError[]

Memberof

GetAttributes200Response


meta

Optional meta: APIMeta

Memberof

GetAttributes200Response


result

Optional result: Object

Attributes divided into named buckets. Bucket names are top level keys; attributes are values. Attributes consist of key-value pairs. Attribute names (keys) may be at most 70 bytes long. Attribute values must be JSON-serializable and are limited to 64KiB.

Memberof

GetAttributes200Response

Index signature

[key: string]: { [key: string]: any; }