Class CustomAttributeConfigResourceAttributes

Custom attribute resource attributes

Hierarchy

  • CustomAttributeConfigResourceAttributes

Constructors

Properties

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

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
caseTypeId: string

Custom attribute config identifier.

description?: string

Custom attribute description.

displayName: string

Custom attribute name.

isMulti: boolean

Whether multiple values can be set

key: string

Custom attribute key. This will be the value use to search on this custom attribute

Custom attributes type

Generated using TypeDoc