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