pub fn describe_account_balance_blocking(
client: &TencentCloudBlocking,
) -> TencentCloudResult<AccountBalanceResponse>Expand description
Execute the Billing DescribeAccountBalance action with the blocking client.
This helper mirrors describe_account_balance_async but executes synchronously.