toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final advanceRolloutOperation = this.advanceRolloutOperation;
final automationId = this.automationId;
final automationSnapshot = this.automationSnapshot;
final createTime = this.createTime;
final etag = this.etag;
final expireTime = this.expireTime;
final name = this.name;
final policyViolation = this.policyViolation;
final promoteReleaseOperation = this.promoteReleaseOperation;
final repairRolloutOperation = this.repairRolloutOperation;
final ruleId = this.ruleId;
final serviceAccount = this.serviceAccount;
final state = this.state;
final stateDescription = this.stateDescription;
final targetId = this.targetId;
final timedPromoteReleaseOperation = this.timedPromoteReleaseOperation;
final uid = this.uid;
final updateTime = this.updateTime;
final waitUntilTime = this.waitUntilTime;
return {
'advanceRolloutOperation': ?advanceRolloutOperation,
'automationId': ?automationId,
'automationSnapshot': ?automationSnapshot,
'createTime': ?createTime,
'etag': ?etag,
'expireTime': ?expireTime,
'name': ?name,
'policyViolation': ?policyViolation,
'promoteReleaseOperation': ?promoteReleaseOperation,
'repairRolloutOperation': ?repairRolloutOperation,
'ruleId': ?ruleId,
'serviceAccount': ?serviceAccount,
'state': ?state,
'stateDescription': ?stateDescription,
'targetId': ?targetId,
'timedPromoteReleaseOperation': ?timedPromoteReleaseOperation,
'uid': ?uid,
'updateTime': ?updateTime,
'waitUntilTime': ?waitUntilTime,
};
}