Scheduling

@JsonClass(generateAdapter = true)
data class Scheduling(    val planned_publish_date: Date?,     val scheduled_publish_date: Date?,     val will_have_gallery: Boolean?,     val will_have_graphic: Boolean?,     val will_have_image: Boolean?,     val will_have_video: Boolean?)

Scheduling information.

Constructors

Link copied to clipboard
fun Scheduling(    planned_publish_date: Date?,     scheduled_publish_date: Date?,     will_have_gallery: Boolean?,     will_have_graphic: Boolean?,     will_have_image: Boolean?,     will_have_video: Boolean?)

Properties

Link copied to clipboard
val planned_publish_date: Date?

When the content is planned to be published.

Link copied to clipboard
val scheduled_publish_date: Date?

When the content was first published.

Link copied to clipboard
val will_have_gallery: Boolean?

Will this content have galleries?

Link copied to clipboard
val will_have_graphic: Boolean?

Will this content have graphics?

Link copied to clipboard
val will_have_image: Boolean?

Will this content have images?

Link copied to clipboard
val will_have_video: Boolean?

Will this content have videos?