core.Map<core.String, core.dynamic> toJson() { final gcePd = this.gcePd; final mountPath = this.mountPath; return {'gcePd': ?gcePd, 'mountPath': ?mountPath}; }