toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final gracefulShutdownTimestamp = this.gracefulShutdownTimestamp;
final terminationTimestamp = this.terminationTimestamp;
return {
'gracefulShutdownTimestamp': ?gracefulShutdownTimestamp,
'terminationTimestamp': ?terminationTimestamp,
};
}