toJson method
Implementation
Map<String, dynamic> toJson() {
final predefinedMetricType = this.predefinedMetricType;
final resourceLabel = this.resourceLabel;
return {
'PredefinedMetricType': predefinedMetricType.toValue(),
if (resourceLabel != null) 'ResourceLabel': resourceLabel,
};
}