Pitches

@JsonClass(generateAdapter = true)
data class Pitches(    val additional_properties: Map<String, *>?,     val platform: List<PlatformPitch>?,     val publication: List<PublicationPitch>?)

Trait that represents a story's pitches. In the Arc ecosystem, this data is generated by WebSked.

Constructors

Link copied to clipboard
fun Pitches(    additional_properties: Map<String, *>?,     platform: List<PlatformPitch>?,     publication: List<PublicationPitch>?)

Properties

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

A grab-bag object for non-validatable data.

Link copied to clipboard
val platform: List<PlatformPitch>?

A list of the story's pitches to a platform.

Link copied to clipboard
val publication: List<PublicationPitch>?

A list of the story's pitches to a publication.