// This is Generated Source. import PathSegment from "../PathSegment"; export default class Fax extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("fax", id, prv, service); } }