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