LongRunningTask.Complete¶
data class Complete(
val type: String /* "complete" */,
)
Properties
type: String /* "complete" */ The type discriminator
String /* "complete" */