MetadataV2

constructor(name: LocalizedTextV2? = null, summary: LocalizedTextV2? = null, description: LocalizedTextV2? = null, added: Long, lastUpdated: Long, webSite: String? = null, changelog: String? = null, license: String? = null, sourceCode: String? = null, issueTracker: String? = null, translation: String? = null, preferredSigner: String? = null, categories: List<String> = emptyList(), authorName: String? = null, authorEmail: String? = null, authorWebSite: String? = null, authorPhone: String? = null, donate: List<String> = emptyList(), liberapayID: String? = null, liberapay: String? = null, openCollective: String? = null, bitcoin: String? = null, litecoin: String? = null, flattrID: String? = null, icon: LocalizedFileV2? = null, featureGraphic: LocalizedFileV2? = null, promoGraphic: LocalizedFileV2? = null, tvBanner: LocalizedFileV2? = null, video: LocalizedTextV2? = null, screenshots: Screenshots? = null)