Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 723 Bytes

FieldLastUsed.md

File metadata and controls

15 lines (13 loc) · 723 Bytes

FieldLastUsed

Properties

Name Type Description Notes
type TypeEnum Last used value type: * TRACKED: field is tracked and a last used date is available. * NOT\_TRACKED: field is not tracked, last used date is not available. * NO\_INFORMATION: field is tracked, but no last used date is available. [optional]
value OffsetDateTime The date when the value of the field last changed. [optional]

Enum: TypeEnum

Name Value
TRACKED "TRACKED"
NOT_TRACKED "NOT_TRACKED"
NO_INFORMATION "NO_INFORMATION"