ResultProvenance
fun ResultProvenance( @Json(name = "conversionSources") conversionSources: List<PhysicalLocation>? = null, @Json(name = "firstDetectionRunGuid") firstDetectionRunGUID: String? = null, @Json(name = "firstDetectionTimeUtc") firstDetectionTimeUTC: String? = null, @Json(name = "invocationIndex") invocationIndex: Int? = null, @Json(name = "lastDetectionRunGuid") lastDetectionRunGUID: String? = null, @Json(name = "lastDetectionTimeUtc") lastDetectionTimeUTC: String? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard