PlatformPitchEvent

@JsonClass(generateAdapter = true)
data class PlatformPitchEvent(    val additional_properties: Map<String, *>?,     val status: String?,     val time: Date?,     val user_id: String?,     val note: String?)

Trait that represents an update event for a pitch to a platform. In the Arc ecosystem, this data is generated by WebSked.

Constructors

Link copied to clipboard
fun PlatformPitchEvent(    additional_properties: Map<String, *>?,     status: String?,     time: Date?,     user_id: String?,     note: String?)

Properties

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

A grab-bag object for non-validatable data.

Link copied to clipboard
val note: String?

Optional note associated with this update.

Link copied to clipboard
val status: String?

The current status of the pitch.

Link copied to clipboard
val time: Date?

The time of this update.

Link copied to clipboard
val user_id: String?

The ID of the user who made this update