toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final control = this.control;
final createTime = this.createTime;
final deleteTime = this.deleteTime;
final effectiveUnitFilter = this.effectiveUnitFilter;
final endTime = this.endTime;
final etag = this.etag;
final flagRelease = this.flagRelease;
final labels = this.labels;
final name = this.name;
final parentRollout = this.parentRollout;
final release = this.release;
final rolloutKind = this.rolloutKind;
final rolloutOrchestrationStrategy = this.rolloutOrchestrationStrategy;
final rootRollout = this.rootRollout;
final startTime = this.startTime;
final state = this.state;
final stateMessage = this.stateMessage;
final stateTransitionTime = this.stateTransitionTime;
final stats = this.stats;
final uid = this.uid;
final unitFilter = this.unitFilter;
final updateTime = this.updateTime;
return {
'annotations': ?annotations,
'control': ?control,
'createTime': ?createTime,
'deleteTime': ?deleteTime,
'effectiveUnitFilter': ?effectiveUnitFilter,
'endTime': ?endTime,
'etag': ?etag,
'flagRelease': ?flagRelease,
'labels': ?labels,
'name': ?name,
'parentRollout': ?parentRollout,
'release': ?release,
'rolloutKind': ?rolloutKind,
'rolloutOrchestrationStrategy': ?rolloutOrchestrationStrategy,
'rootRollout': ?rootRollout,
'startTime': ?startTime,
'state': ?state,
'stateMessage': ?stateMessage,
'stateTransitionTime': ?stateTransitionTime,
'stats': ?stats,
'uid': ?uid,
'unitFilter': ?unitFilter,
'updateTime': ?updateTime,
};
}