Structs§
- Personalization
- Used to structure and serialize the personalization node in Sendgrid’s API call. Use
PersonalizationBuilderto construct this. - Personalization
Builder - Builder pattern for
Personalization. Make sure you callbuild()when done to consume this and return the underlyingPersonalization. Use default() to construct.