AssociateWebsiteCertificateAuthorityResponse.fromJson constructor
Implementation
factory AssociateWebsiteCertificateAuthorityResponse.fromJson(
Map<String, dynamic> json) {
return AssociateWebsiteCertificateAuthorityResponse(
websiteCaId: json['WebsiteCaId'] as String?,
);
}