Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Optionaldata: anyOptional_linksOptionalactiveBoolean flag indicating if the content should become invalid after the end date. This does not cause the content to become unpublished but instead acts as a flag for your application to decide if the content should be displayed after the end date.
OptionalcommentTextual comment to describe the edition
OptionalcreatedId of the user responsible for originally creating the edition
OptionalcreatedTimestamp representing when the edition was originally created in ISO 8601 format
OptionalendDate when the edition should end in ISO 8601 format
OptionaleventProjected event
OptionaleventId of the event the edition is associated with.
OptionalidUnique id generated on creation
OptionallastId of the user responsible for the last update to the edition
OptionallastTimestamp representing when the edition was last updated in ISO 8601 format
OptionalnameFriendly name for the edition
OptionalpublishingId of the job responsible for publishing the content in this edition. This will be undefined if the edition is in a state where a publish is yet to occur.
OptionalpublishingCurrent publishing status of the edition
OptionalpublishId of the publish manifest generated when the edition was scheduled. This will be undefined if the edition is in a state where a schedule is yet to occur.
ReadonlyrelatedResources and actions related to an Edition
Archive Edition
Delete Edition
Retrieves the Event associated with this Edition
Schedule Edition
Creates new edition slots from a list of content IDs
Retrieves a list of slots associated with this Edition
Unschedule Edition
Updates this Edition with the changes in the mutation parameter.
OptionalstartDate when the edition should begin in ISO 8601 format
Class representing the Edition resource. An Edition is the main way of scheduling content to be published on a specific date. It holds the association between slots and content items. Once all slots are valid and there are no conflicts, it is ready to be scheduled.