ListServerCertificatesResponse constructor
      
      ListServerCertificatesResponse({ 
    
    
- required List<
ServerCertificateMetadata> serverCertificateMetadataList, - bool? isTruncated,
 - String? marker,
 
Implementation
ListServerCertificatesResponse({
  required this.serverCertificateMetadataList,
  this.isTruncated,
  this.marker,
});