ListAuthorizedCertificatesResponse constructor

ListAuthorizedCertificatesResponse({
  1. List<AuthorizedCertificate>? certificates,
  2. String? nextPageToken,
})

Implementation

ListAuthorizedCertificatesResponse({
  this.certificates,
  this.nextPageToken,
});