toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appEngineHttpTarget = this.appEngineHttpTarget;
final attemptDeadline = this.attemptDeadline;
final description = this.description;
final httpTarget = this.httpTarget;
final lastAttemptTime = this.lastAttemptTime;
final name = this.name;
final pubsubTarget = this.pubsubTarget;
final retryConfig = this.retryConfig;
final satisfiesPzs = this.satisfiesPzs;
final schedule = this.schedule;
final scheduleTime = this.scheduleTime;
final state = this.state;
final status = this.status;
final timeZone = this.timeZone;
final userUpdateTime = this.userUpdateTime;
return {
'appEngineHttpTarget': ?appEngineHttpTarget,
'attemptDeadline': ?attemptDeadline,
'description': ?description,
'httpTarget': ?httpTarget,
'lastAttemptTime': ?lastAttemptTime,
'name': ?name,
'pubsubTarget': ?pubsubTarget,
'retryConfig': ?retryConfig,
'satisfiesPzs': ?satisfiesPzs,
'schedule': ?schedule,
'scheduleTime': ?scheduleTime,
'state': ?state,
'status': ?status,
'timeZone': ?timeZone,
'userUpdateTime': ?userUpdateTime,
};
}