toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final cancel = this.cancel;
  final conditions = this.conditions;
  final createTime = this.createTime;
  final deleteTime = this.deleteTime;
  final deprovision = this.deprovision;
  final engineState = this.engineState;
  final errorCategory = this.errorCategory;
  final etag = this.etag;
  final flagUpdate = this.flagUpdate;
  final labels = this.labels;
  final name = this.name;
  final parentUnitOperation = this.parentUnitOperation;
  final provision = this.provision;
  final rollout = this.rollout;
  final schedule = this.schedule;
  final state = this.state;
  final uid = this.uid;
  final unit = this.unit;
  final updateTime = this.updateTime;
  final upgrade = this.upgrade;
  return {
    'annotations': ?annotations,
    'cancel': ?cancel,
    'conditions': ?conditions,
    'createTime': ?createTime,
    'deleteTime': ?deleteTime,
    'deprovision': ?deprovision,
    'engineState': ?engineState,
    'errorCategory': ?errorCategory,
    'etag': ?etag,
    'flagUpdate': ?flagUpdate,
    'labels': ?labels,
    'name': ?name,
    'parentUnitOperation': ?parentUnitOperation,
    'provision': ?provision,
    'rollout': ?rollout,
    'schedule': ?schedule,
    'state': ?state,
    'uid': ?uid,
    'unit': ?unit,
    'updateTime': ?updateTime,
    'upgrade': ?upgrade,
  };
}