input MeasurementPathDetails {# Whether or not the measurement path is visible in the public model.enabled: Boolean!label: String# The points that make up the measurement path.points: [IMeasurementPathPoint!]!}