Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Optional
data: anyOptional
_linksOptional
activeBoolean 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.
Optional
commentTextual comment to describe the edition
Optional
createdId of the user responsible for originally creating the edition
Optional
createdTimestamp representing when the edition was originally created in ISO 8601 format
Optional
endDate when the edition should end in ISO 8601 format
Optional
eventProjected event
Optional
eventId of the event the edition is associated with.
Optional
idUnique id generated on creation
Optional
lastId of the user responsible for the last update to the edition
Optional
lastTimestamp representing when the edition was last updated in ISO 8601 format
Optional
nameFriendly name for the edition
Optional
publishingId 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.
Optional
publishingCurrent publishing status of the edition
Optional
publishId 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.
Readonly
relatedResources 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.
Optional
startDate 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.