DescribeDevicePolicyConfigurationResponse constructor

DescribeDevicePolicyConfigurationResponse({
  1. String? deviceCaCertificate,
})

Implementation

DescribeDevicePolicyConfigurationResponse({
  this.deviceCaCertificate,
});