action mercedes_benz_class_get { label: "Get the class for the given marketId and classId." description: "Get the `VehicleClass` for the given **marketId** and **classId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/classes/{classId}" encoding: json output: { type: "object" additionalProperties: true } }