ListOutgoingCertificatesResponse constructor
ListOutgoingCertificatesResponse({
- String? nextMarker,
- List<
OutgoingCertificate> ? outgoingCertificates,
Implementation
ListOutgoingCertificatesResponse({
this.nextMarker,
this.outgoingCertificates,
});