listApplications

Lists applications in the account.

Samples


fun main() { 
   //sampleStart 
   // The following lists application summary in the account.
val resp = appIntegrationsClient.listApplications {
    maxResults = 1
} 
   //sampleEnd
}