RecipientGroupFilter
    • PDF

    RecipientGroupFilter

    • PDF

    記事の要約

    Classic/​VPC環境で利用できます。​

    受信者グループの組み合わせフィルタです。

    構文

    構文は次の通りです。

    private Boolean andFilter;
    private List<String> groups;
    

    フィールド

    フィールドの詳細は次の通りです。

    フィールドタイプ必須の有無説明
    andFilterBooleanRequiredAND組み合わせかどうか
    • true | false
      • true: AND組み合わせ
      • false: OR組み合わせ
    groupsList<String>Required受信者グループ名リスト
    • 最大5個

    サンプルコードは次の通りです。

    {
      "andFilter": true,
      "groups": ["10代", "20代"]
    }
    

    この記事は役に立ちましたか?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.