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