AppRuleLabel

@thotnr-aws-accl/custom-app-api / Exports / AppRuleLabel

Interface: AppRuleLabel

Represents a label used in the Read/Write node within a Data Project. This label can be associated with specific application types and objects.

Table of contents

Properties

Properties

applicationTypeId

Optional applicationTypeId: number

The ID of the application type associated with this label (optional).


label

label: string

The label's name, used for identification in the Data Project.


objectId

Optional objectId: number

The ID of the object associated with this label (optional).

Last updated