toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clientId = this.clientId;
  final cloudLoggingDetails = this.cloudLoggingDetails;
  final createTime = this.createTime;
  final errorCode = this.errorCode;
  final errors = this.errors;
  final eventExecutionDetails = this.eventExecutionDetails;
  final eventExecutionInfoId = this.eventExecutionInfoId;
  final executionTraceInfo = this.executionTraceInfo;
  final integrationVersionUserLabel = this.integrationVersionUserLabel;
  final lastModifiedTime = this.lastModifiedTime;
  final postMethod = this.postMethod;
  final product = this.product;
  final replayInfo = this.replayInfo;
  final requestId = this.requestId;
  final requestParams = this.requestParams;
  final responseParams = this.responseParams;
  final snapshotNumber = this.snapshotNumber;
  final tenant = this.tenant;
  final triggerId = this.triggerId;
  final workflowId = this.workflowId;
  final workflowName = this.workflowName;
  final workflowRetryBackoffIntervalSeconds =
      this.workflowRetryBackoffIntervalSeconds;
  return {
    'clientId': ?clientId,
    'cloudLoggingDetails': ?cloudLoggingDetails,
    'createTime': ?createTime,
    'errorCode': ?errorCode,
    'errors': ?errors,
    'eventExecutionDetails': ?eventExecutionDetails,
    'eventExecutionInfoId': ?eventExecutionInfoId,
    'executionTraceInfo': ?executionTraceInfo,
    'integrationVersionUserLabel': ?integrationVersionUserLabel,
    'lastModifiedTime': ?lastModifiedTime,
    'postMethod': ?postMethod,
    'product': ?product,
    'replayInfo': ?replayInfo,
    'requestId': ?requestId,
    'requestParams': ?requestParams,
    'responseParams': ?responseParams,
    'snapshotNumber': ?snapshotNumber,
    'tenant': ?tenant,
    'triggerId': ?triggerId,
    'workflowId': ?workflowId,
    'workflowName': ?workflowName,
    'workflowRetryBackoffIntervalSeconds':
        ?workflowRetryBackoffIntervalSeconds,
  };
}