toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final createTime = this.createTime;
final deleteTime = this.deleteTime;
final displayName = this.displayName;
final env = this.env;
final etag = this.etag;
final host = this.host;
final kmsKey = this.kmsKey;
final labels = this.labels;
final name = this.name;
final reconciling = this.reconciling;
final runtimeHost = this.runtimeHost;
final sourceWorkstation = this.sourceWorkstation;
final startTime = this.startTime;
final state = this.state;
final uid = this.uid;
final updateTime = this.updateTime;
return {
'annotations': ?annotations,
'createTime': ?createTime,
'deleteTime': ?deleteTime,
'displayName': ?displayName,
'env': ?env,
'etag': ?etag,
'host': ?host,
'kmsKey': ?kmsKey,
'labels': ?labels,
'name': ?name,
'reconciling': ?reconciling,
'runtimeHost': ?runtimeHost,
'sourceWorkstation': ?sourceWorkstation,
'startTime': ?startTime,
'state': ?state,
'uid': ?uid,
'updateTime': ?updateTime,
};
}