Home > @tridion-sites/models > PublishInstruction
Signature:
export declare class PublishInstruction extends PublishInstructionBase
Extends: PublishInstructionBase
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, deployAt, resolveInstruction }) | Constructs a new instance of the PublishInstruction class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendPublishInstruction | ||
deployAt | Date | undefined | Date and time when the content should be deployed at the content delivery side. Should be specified in UTC, for example: “2022-01-01T12:00:00:00Z”. | |
getInternalModel | () => BackendPublishInstruction | ||
resolveInstruction | ResolveInstruction | undefined | Represents the instructions needed for resolving. |