ArcVideoStream

fun ArcVideoStream(    type: String,     @Json(name = "_id") id: String,     uuid: String?,     version: String?,     @Json(name = "canonical_url") canonicalUrl: String,     @Json(name = "short_url") shortUrl: String?,     @Json(name = "created_date") createdDate: String,     @Json(name = "last_updated_date") lastUpdatedDate: String,     @Json(name = "published_date") publishedDate: String?,     @Json(name = "first_publish_date") firstPublishDate: String,     @Json(name = "display_date") displayDate: String,     headlines: Headlines?,     subheadlines: Subheadlines?,     description: Description?,     credits: Credits?,     taxonomy: Taxonomy?,     @Json(name = "additional_properties") additionalProperties: AdditionalProperties?,     duration: Long?,     @Json(name = "video_type") videoType: String,     streams: List<Stream>,     subtitles: SubtitleUrls?,     @Json(name = "promo_image") promoImage: PromoItemBasic,     adTagUrl: String? = null,     status: String? = null)

Create empty Arc video stream