SslCertificateList constructor
SslCertificateList({
- String? id,
- List<
SslCertificate> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- SslCertificateListWarning? warning,
Implementation
SslCertificateList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});