getDirectoryLimits

Obtains directory limit information for the current Region.

Samples


fun main() { 
   //sampleStart 
   // The following example obtains directory limit information for the current region.
val resp = directoryClient.getDirectoryLimits() 
   //sampleEnd
}