Interface MetaPropertySetParams

Legacy metadata property set parameters.

interface MetaPropertySetParams {
    id: string;
    name: string;
    originalSystemId: string;
    properties: MetaPropertyParams[];
    type: string;
}

Properties

id: string

Globally-unique ID for the metadata property set.

name: string

Human-readable name of the metadata property set.

originalSystemId: string

ID of the corresponding object within the originating system, if any.

properties: MetaPropertyParams[]

Properties within the metadata property set.

type: string

Type of the metadata property set.