AuthorizedCertificate constructor

AuthorizedCertificate({
  1. CertificateRawData? certificateRawData,
  2. String? displayName,
  3. int? domainMappingsCount,
  4. List<String>? domainNames,
  5. String? expireTime,
  6. String? id,
  7. ManagedCertificate? managedCertificate,
  8. String? name,
  9. List<String>? visibleDomainMappings,
})

Implementation

AuthorizedCertificate({
  this.certificateRawData,
  this.displayName,
  this.domainMappingsCount,
  this.domainNames,
  this.expireTime,
  this.id,
  this.managedCertificate,
  this.name,
  this.visibleDomainMappings,
});