toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activeRepairAutomationRun = this.activeRepairAutomationRun;
final annotations = this.annotations;
final approvalState = this.approvalState;
final approveTime = this.approveTime;
final controllerRollout = this.controllerRollout;
final createTime = this.createTime;
final deployEndTime = this.deployEndTime;
final deployFailureCause = this.deployFailureCause;
final deployStartTime = this.deployStartTime;
final deployingBuild = this.deployingBuild;
final description = this.description;
final enqueueTime = this.enqueueTime;
final etag = this.etag;
final failureReason = this.failureReason;
final labels = this.labels;
final metadata = this.metadata;
final name = this.name;
final phases = this.phases;
final rollbackOfRollout = this.rollbackOfRollout;
final rolledBackByRollouts = this.rolledBackByRollouts;
final state = this.state;
final targetId = this.targetId;
final uid = this.uid;
return {
'activeRepairAutomationRun': ?activeRepairAutomationRun,
'annotations': ?annotations,
'approvalState': ?approvalState,
'approveTime': ?approveTime,
'controllerRollout': ?controllerRollout,
'createTime': ?createTime,
'deployEndTime': ?deployEndTime,
'deployFailureCause': ?deployFailureCause,
'deployStartTime': ?deployStartTime,
'deployingBuild': ?deployingBuild,
'description': ?description,
'enqueueTime': ?enqueueTime,
'etag': ?etag,
'failureReason': ?failureReason,
'labels': ?labels,
'metadata': ?metadata,
'name': ?name,
'phases': ?phases,
'rollbackOfRollout': ?rollbackOfRollout,
'rolledBackByRollouts': ?rolledBackByRollouts,
'state': ?state,
'targetId': ?targetId,
'uid': ?uid,
};
}