CertificateRevocationList constructor

CertificateRevocationList({
  1. String? accessUrl,
  2. String? createTime,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? pemCrl,
  6. List<RevokedCertificate>? revokedCertificates,
  7. String? sequenceNumber,
  8. String? state,
  9. String? updateTime,
})

Implementation

CertificateRevocationList({
  this.accessUrl,
  this.createTime,
  this.labels,
  this.name,
  this.pemCrl,
  this.revokedCertificates,
  this.sequenceNumber,
  this.state,
  this.updateTime,
});