listExports

Lists all exports that were created. The results are paginated and can be filtered by domain name.

Samples


fun main() { 
   //sampleStart 
   // List all exports
val resp = simpleDbV2Client.listExports() 
   //sampleEnd
}