Enumeration AccountServiceIncludeTestAccount

AccountServiceIncludeTestAccountオブジェクトは、取得するアカウントにテストアカウントを含むかどうかを表します。
このフィールドは、省略可能となります。
AccountServiceIncludeTestAccount object represents whether the account to be retrieved includes an test account.
This field is optional.
ONLY_TEST
テストアカウントのみTest account only.
EXCLUDE_TEST
テストアカウントを除外Exclude test accounts.
ALL
全てのアカウントAll accounts.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

All: "ALL"
ExcludeTest: "EXCLUDE_TEST"
OnlyTest: "ONLY_TEST"
Unknown: "UNKNOWN"