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