interface CustomObjectReference {
    id: string;
    obj?: CustomObject;
    typeId: "key-value-document";
}

Properties

Properties

id: string

Unique identifier of the referenced CustomObject.

Contains the representation of the expanded CustomObject. Only present in responses to requests with Reference Expansion for CustomObjects.

typeId: "key-value-document"

Generated using TypeDoc