| _id |
String |
A unique resource ID for the customization. |
| created |
String |
The timestamp that indicates when the customization was created. |
| createdBy |
String |
The consumer who created the customization. |
| lastModified |
String |
The timestamp that indicates when the customization was last modified. |
| lastModifiedBy |
String |
The consumer who last modified the customization. |
| active |
Boolean |
Specifies if the customization will be processed by the platform. |
| name |
String |
Identifies the customization in a human readable way and is unique inside a contract. |
| contractId |
String |
A resource ID that specifies to which contract the customization belongs. |
| version |
String |
Specifies the customization version. |
| type |
String |
If this is a CSS or JavaScript customization. |
| data |
String |
The custom CSS or JavaScript as plain text. |
| description |
String |
Optional. Text that describes the customization. |