GroupCertificateAuthorityProperties constructor

GroupCertificateAuthorityProperties({
  1. String? groupCertificateAuthorityArn,
  2. String? groupCertificateAuthorityId,
})

Implementation

GroupCertificateAuthorityProperties({
  this.groupCertificateAuthorityArn,
  this.groupCertificateAuthorityId,
});