Meta Object

Object Meta provides meta data about your object instance. For example who created it and when, and who last updated it and when. It is read only; not updatable by you.

Attributes

Name

Type

Description

objectVersion

Float

The Object version

objectType

String

Object type

namespace

String

Object namespace

createdAt

DateTime

Object created time

createdBy

String

Object created by

lastUpdatedAt

DateTime

Object last updated time

lastUpdatedBy

String

Object last updated by

​​​

Last updated

Was this helpful?