getApplication
Retrieves information about an application.
Samples
fun main() {
//sampleStart
// The following get application example lists the details of the specified application.
val resp = appConfigClient.getApplication {
applicationId = "339ohji"
}
//sampleEnd
}