ListOutgoingCertificatesResponse constructor

ListOutgoingCertificatesResponse({
  1. String? nextMarker,
  2. List<OutgoingCertificate>? outgoingCertificates,
})

Implementation

ListOutgoingCertificatesResponse({
  this.nextMarker,
  this.outgoingCertificates,
});