ObjectMetaInfo: {
    htmlUrl?: string | null;
    id: string;
    published?: string | null;
    updated?: string | null;
}

ObjectMetaInfo Derived information suitable to be displayed in a header line.

Type declaration

  • OptionalhtmlUrl?: string | null

    Location of a html representation of the object

  • id: string

    id of the object, can be assumed to be globally unique.

  • Optionalpublished?: string | null

    Moment of this object being published

  • Optionalupdated?: string | null

    Moment of this object being updated