Get Account Setting
ecr_get_account_setting | R Documentation |
Retrieves the account setting value for the specified setting name¶
Description¶
Retrieves the account setting value for the specified setting name.
Usage¶
ecr_get_account_setting(name)
Arguments¶
name |
[required] The name of the account setting, such as
|
Value¶
A list with the following syntax:
list(
name = "string",
value = "string"
)
Request syntax¶
svc$get_account_setting(
name = "string"
)