PhysicalLocation
@JsonClass(generateAdapter = true)
Content copied to clipboard
Identifies the artifact and region.
A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.
Constructors
Link copied to clipboard
fun PhysicalLocation( @Json(name = "address") address: Address? = null, @Json(name = "artifactLocation") artifactLocation: ArtifactLocation? = null, @Json(name = "contextRegion") contextRegion: Region? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "region") region: Region? = null)
Content copied to clipboard