getAccountSettings

abstract suspend fun getAccountSettings(input: GetAccountSettingsRequest = GetAccountSettingsRequest { }): GetAccountSettingsResponse

Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.

Samples

// The following example returns information about your Device Farm account settings.
val resp = deviceFarmClient.getAccountSettings()