Interface WorkspaceRecordIdentifierBeta

Represents a workspace record identifier.

interface WorkspaceRecordIdentifier {
    entity_type: string;
    os_entity_uid: string;
    os_workspace: string;
}

Properties

entity_type: string

The concept to which the record belongs.

os_entity_uid: string

The ID of the workspace record.

os_workspace: string

The id of the workspace in which the record is stored.