Image

fun Image(    _id: String?,     version: String?,     subtype: String?,     channels: List<String>?,     alignment: String?,     copyright: String?,     canonical_url: String?,     short_url: String?,     created_date: Date?,     last_updated_date: Date?,     publish_date: Date?,     first_publish_date: Date?,     display_date: Date?,     geo: Geo?,     language: String?,     location: String?,     address: Address?,     editor_note: String?,     status: String?,     headlines: Headline?,     subheadlines: Headline?,     description: Description?,     credits: Credits?,     vanity_credits: Credits?,     promo_items: PromoItem?,     related_content: Map<String, *>?,     owner: Owner?,     planning: Planning?,     pitches: Pitches?,     source: Source?,     distributor: Distributor?,     tracking: Any?,     comments: Comments?,     label: Label?,     slug: String?,     content_restrictions: ContentRestrictions?,     image_type: String?,     alt_text: String?,     focal_point: Image.FocalPoint?,     additional_properties: Map<String, *>?,     subtitle: String?,     caption: String?,     url: String?,     width: Int?,     height: Int?,     licensable: Boolean?,     contributors: Image.CreatedBy?,     auth: Map<String, String>?)