IdAttribute
The id attribute is an object that extends AttributeBase and contains the following properties:
Property | Description | Required |
---|---|---|
type | 'id' | Yes |
string | true | No |
number | true | No |
objectId | true | No |
guid | true | No |
string
,number
,objectId
, andguid
are mutually exclusive. Only one of them can be set totrue
and required.