GetAssociationForServiceQuotaTemplateResponse.fromJson constructor
Implementation
factory GetAssociationForServiceQuotaTemplateResponse.fromJson(
Map<String, dynamic> json) {
return GetAssociationForServiceQuotaTemplateResponse(
serviceQuotaTemplateAssociationStatus:
(json['ServiceQuotaTemplateAssociationStatus'] as String?)
?.toServiceQuotaTemplateAssociationStatus(),
);
}