GoogleChromePolicyVersionsV1DefineCertificateRequest constructor

GoogleChromePolicyVersionsV1DefineCertificateRequest({
  1. String? ceritificateName,
  2. String? certificate,
  3. List<GoogleChromePolicyVersionsV1NetworkSetting>? settings,
  4. String? targetResource,
})

Implementation

GoogleChromePolicyVersionsV1DefineCertificateRequest({
  this.ceritificateName,
  this.certificate,
  this.settings,
  this.targetResource,
});