Monitor constructor
Monitor({
- int? id,
- String? url,
- String? scheme,
- String? host,
- String? path,
- String? query,
- String? protocol,
- String? method,
- String? requestHeaders,
- String? requestBody,
- String? requestContentType,
- int? requestContentLength,
- int? requestDate,
- String? responseHeaders,
- String? responseBody,
- String? responseContentType,
- int? responseContentLength,
- int? responseDate,
- String? responseTlsVersion,
- String? responseCipherSuite,
- int? responseCode,
- String? responseMessage,
- String? error,
- String? curl,
- String? source,
- int? outerId,
Implementation
Monitor({
this.id,
this.url,
this.scheme,
this.host,
this.path,
this.query,
this.protocol,
this.method,
this.requestHeaders,
this.requestBody,
this.requestContentType,
this.requestContentLength,
this.requestDate,
this.responseHeaders,
this.responseBody,
this.responseContentType,
this.responseContentLength,
this.responseDate,
this.responseTlsVersion,
this.responseCipherSuite,
this.responseCode,
this.responseMessage,
this.error,
this.curl,
this.source,
this.outerId,
});