toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final healthAggregationPolicies = this.healthAggregationPolicies;
final warning = this.warning;
return {
'healthAggregationPolicies': ?healthAggregationPolicies,
'warning': ?warning,
};
}