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