struct Sendgrid::Footer
- Sendgrid::Footer
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
sendgrid/sendgrid_structs.crConstructors
- .new(enable : Bool, text : String | Nil = nil, html : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(enable _enable = @enable, text _text = @text, html _html = @html)
- #enable : Bool
- #html : String | Nil
- #text : String | Nil