toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cloudKmsKey = this.cloudKmsKey;
final cloudLoggingDetails = this.cloudLoggingDetails;
final createTime = this.createTime;
final directSubExecutions = this.directSubExecutions;
final eventExecutionDetails = this.eventExecutionDetails;
final executionDetails = this.executionDetails;
final executionMethod = this.executionMethod;
final integrationVersionState = this.integrationVersionState;
final name = this.name;
final replayInfo = this.replayInfo;
final requestParameters = this.requestParameters;
final requestParams = this.requestParams;
final responseParameters = this.responseParameters;
final responseParams = this.responseParams;
final snapshotNumber = this.snapshotNumber;
final triggerId = this.triggerId;
final updateTime = this.updateTime;
return {
'cloudKmsKey': ?cloudKmsKey,
'cloudLoggingDetails': ?cloudLoggingDetails,
'createTime': ?createTime,
'directSubExecutions': ?directSubExecutions,
'eventExecutionDetails': ?eventExecutionDetails,
'executionDetails': ?executionDetails,
'executionMethod': ?executionMethod,
'integrationVersionState': ?integrationVersionState,
'name': ?name,
'replayInfo': ?replayInfo,
'requestParameters': ?requestParameters,
'requestParams': ?requestParams,
'responseParameters': ?responseParameters,
'responseParams': ?responseParams,
'snapshotNumber': ?snapshotNumber,
'triggerId': ?triggerId,
'updateTime': ?updateTime,
};
}