Interface: ContactAttribute
Defined in: type/ContactAttribute.ts:6
Object class for ContactAttribute
Properties
attributeDescription?
optionalattributeDescription?:AttributeDescription
Defined in: type/ContactAttribute.ts:20
attributeDescription field
contactId
contactId:
number
Defined in: type/ContactAttribute.ts:22
The ID of the contact this attribute belongs to
createdAt
createdAt:
string
Defined in: type/ContactAttribute.ts:12
The date when the attribute was created
createdBy?
optionalcreatedBy?:number
Defined in: type/ContactAttribute.ts:16
The ID of the user that created the attribute
id
id:
string
Defined in: type/ContactAttribute.ts:8
The ID of the attribute
lastModifiedAt
lastModifiedAt:
string
Defined in: type/ContactAttribute.ts:14
The date when the attribute was last modified
lastModifiedBy?
optionallastModifiedBy?:number
Defined in: type/ContactAttribute.ts:18
The ID of the user that last modified the attribute
value
value:
AttributeValue
Defined in: type/ContactAttribute.ts:10
The value of the attribute