IAuditableDates
Home > @gooddata/sdk-model > IAuditableDates
IAuditableDates interface
Object that can provide information about the users that created or modified it and when those actions occurred.
Signature:
export interface IAuditableDates
Properties
Property | Type | Description |
---|---|---|
created? | string | (Optional) Creation date - YYYY-MM-DD HH:mm:ss |
updated? | string | (Optional) Last update date - YYYY-MM-DD HH:mm:ss |