PlatformBulkTask

constructor(id: String, graphqlId: String, status: PlatformBulkTaskStatus, type: PlatformBulkTaskType, progressStats: PlatformBulkTaskProgressStats, isForTest: Boolean, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, createdAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant)