toJson method
Implementation
@override
Object toJson() => {
'healthAggregationPolicy': healthAggregationPolicy,
'healthAggregationPolicyResource': ?healthAggregationPolicyResource
?.toJson(),
'project': project,
'region': region,
'requestId': ?requestId,
};