Get Metadata Result
data class GetMetadataResult(val author: MetadataAuthorResponse? = null, val categories: MetadataCategoriesResponse? = null, val contentId: String? = null, val contentSchemaVersion: String? = null, val customVersion: String? = null, val dependencies: MetadataDependenciesResponse? = null, val etag: String? = null, val firstPublishDate: String? = null, val icon: String? = null, val id: String, val kind: String, val lastPublishDate: String? = null, val name: String, val parentId: String, val previewImages: List<String>? = null, val previewImagesDark: List<String>? = null, val providers: List<String>? = null, val source: MetadataSourceResponse? = null, val support: MetadataSupportResponse? = null, val systemData: SystemDataResponse, val threatAnalysisTactics: List<String>? = null, val threatAnalysisTechniques: List<String>? = null, val type: String, val version: String? = null)
Metadata resource definition.
Constructors
Link copied to clipboard
fun GetMetadataResult(author: MetadataAuthorResponse? = null, categories: MetadataCategoriesResponse? = null, contentId: String? = null, contentSchemaVersion: String? = null, customVersion: String? = null, dependencies: MetadataDependenciesResponse? = null, etag: String? = null, firstPublishDate: String? = null, icon: String? = null, id: String, kind: String, lastPublishDate: String? = null, name: String, parentId: String, previewImages: List<String>? = null, previewImagesDark: List<String>? = null, providers: List<String>? = null, source: MetadataSourceResponse? = null, support: MetadataSupportResponse? = null, systemData: SystemDataResponse, threatAnalysisTactics: List<String>? = null, threatAnalysisTechniques: List<String>? = null, type: String, version: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard