IdentifierRef
Home > @gooddata/sdk-model > IdentifierRef
IdentifierRef type
Model object reference using object's unique identifier.
NOTE: this is preferred way to reference model objects.
Signature:
export declare type IdentifierRef = {
    type?: ObjectType;
    identifier: Identifier;
};
References: ObjectType, Identifier