ListGroupCertificateAuthoritiesResponse constructor

ListGroupCertificateAuthoritiesResponse({
  1. List<GroupCertificateAuthorityProperties>? groupCertificateAuthorities,
})

Implementation

ListGroupCertificateAuthoritiesResponse({
  this.groupCertificateAuthorities,
});