Publishing

@JsonClass(generateAdapter = true)
data class Publishing(val has_published_edition: Boolean?, val scheduled_operations: ArcXPStory.Publishing.ScheduledOperations?)

Publishing Information: The current published state of all editions of a content item as well as any scheduled publishing information. Machine-generated.

Constructors

Link copied to clipboard
fun Publishing(has_published_edition: Boolean?, scheduled_operations: ArcXPStory.Publishing.ScheduledOperations?)

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ScheduledOperations(    val publish_edition: List<ArcXPStory.Publishing.ScheduledOperations.Edition>?,     val unpublish_edition: List<ArcXPStory.Publishing.ScheduledOperations.Edition>?,     val additional_properties: Map<String, *>?)

A map of lists of operations scheduled to be performed on this content item, sorted by operation type.

Properties

Link copied to clipboard
val has_published_edition: Boolean?

True if and only if at least one published edition exists for this content item.

Link copied to clipboard

A map of lists of operations scheduled to be performed on this content item, sorted by operation type.