Get Application Result
data class GetApplicationResult(val applicationId: String, val attributes: List<GetApplicationAttribute>, val createTime: String, val description: String, val displayName: String, val id: String, val location: String, val name: String, val project: String, val scopes: List<GetApplicationScope>, val state: String, val uid: String, val updateTime: String)
A collection of values returned by getApplication.