PhysicalLocation
constructor(@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)(source)