Planning

@JsonClass(generateAdapter = true)
data class Planning(    val additional_properties: Map<String, *>?,     val websked_sort_date: Date?,     val deadline_miss: Int?,     val internal_note: String?,     val budget_line: String?,     val scheduling: Scheduling?,     val story_length: StoryLength?,     val workFlow: WorkFlow?,     val revision: Revision?,     val syndication: Syndication?)

Trait that applies planning information to a document or resource. In the Arc ecosystem, this data is generated by WebSked. Newsroom use only. All these fields should be available and editable in WebSked.

Constructors

Link copied to clipboard
fun Planning(    additional_properties: Map<String, *>?,     websked_sort_date: Date?,     deadline_miss: Int?,     internal_note: String?,     budget_line: String?,     scheduling: Scheduling?,     story_length: StoryLength?,     workFlow: WorkFlow?,     revision: Revision?,     syndication: Syndication?)

Properties

Link copied to clipboard
val additional_properties: Map<String, *>?

A grab-bag object for non-validatable data.

Link copied to clipboard
val budget_line: String?

Used for the newsroom to identify what the story is about, especially if a user is unfamiliar with the slug of a story and the headline or they do not yet exist. Newsroom use only.

Link copied to clipboard
val deadline_miss: Int?

The delta between the story's planned publish date and actual first publish time, in minutes.

Link copied to clipboard
val internal_note: String?

This note is used for shared communication inside the newsroom.

Link copied to clipboard
val revision: Revision?

Trait that applies revision information to a document. In the Arc ecosystem, many of these fields are populated in stories by the Story API.

Link copied to clipboard
val scheduling: Scheduling?

Scheduling information.

Link copied to clipboard
val story_length: StoryLength?

Story length information.

Link copied to clipboard
val syndication: Syndication?

Key-boolean pair of syndication services where this article may go

Link copied to clipboard
val websked_sort_date: Date?

Date to be used for chronological sorting in WebSked.

Link copied to clipboard
val workFlow: WorkFlow?

Trait that applies workflow information to a document or resource. In the Arc ecosystem, this data is generated by WebSked.