Location
@JsonClass(generateAdapter = true)
Content copied to clipboard
The location to which this stack frame refers.
A location within a programming artifact.
A code location associated with the node.
The code location.
Identifies the location associated with the suppression.
Constructors
Link copied to clipboard
fun Location( @Json(name = "annotations") annotations: List<Region>? = null, @Json(name = "id") id: Int? = null, @Json(name = "logicalLocations") logicalLocations: List<LogicalLocation>? = null, @Json(name = "message") message: Message? = null, @Json(name = "physicalLocation") physicalLocation: PhysicalLocation? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "relationships") relationships: List<LocationRelationship>? = null)
Content copied to clipboard