getAccountSettings
inline suspend fun DeviceFarmClient.getAccountSettings(crossinline block: GetAccountSettingsRequest.Builder.() -> Unit): GetAccountSettingsResponse
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
Samples
fun main() {
//sampleStart
// The following example returns information about your Device Farm account settings.
val resp = deviceFarmClient.getAccountSettings()
//sampleEnd
}