DescribeListenerCertificatesOutput constructor
DescribeListenerCertificatesOutput({
- List<
Certificate> ? certificates, - String? nextMarker,
Implementation
DescribeListenerCertificatesOutput({
this.certificates,
this.nextMarker,
});