PhysicalLocation

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)

Sources

Link copied to clipboard