Payload constructor
Implementation
Payload(
id,
createdAt,
updatedAt,
objectType,
mode,
this.requestUrl,
this.requestHeaders,
this.requestBody,
this.responseHeaders,
this.responseBody,
this.responseCode,
this.totalTime,
) : super(id, createdAt, updatedAt, objectType, mode);