struct Mailjet::Contactfilter::UpdateResponse
- Mailjet::Contactfilter::UpdateResponse
- Struct
- Value
- Object
Overview
Update a contactfilter
contactfilter = Mailjet::Contactfilter.update(112334, {
description: "Users that have not clicked on an email link in the last 7 days",
expression: "((not hasclickedsince(7)))",
name: "Inactive customers",
})
Included Modules
- JSON::Serializable
- Mailjet::Json::Fields