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