ResultProvenance
@JsonClass(generateAdapter = true)
Content copied to clipboard
Information about how and when the result was detected.
Contains information about how and when a result was detected.
Constructors
Link copied to clipboard
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