Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sendgrid
master
Sendgrid
Address
AdvancedSuppressionManagement
Attachment
ClickTracking
Client
Content
EnableSetting
Footer
GAnalytics
MailSetting
Message
OpenTracking
Personalization
SubscriptionTracking
TrackingSettings
Built with Crystal 1.9.2
2023-10-07 21:29:28 UTC
struct
Sendgrid::Content
Sendgrid::Content
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
sendgrid/sendgrid_structs.cr
Constructors
.new
(type : String, value : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(type _type = @type, value _value = @value)
#type
: String
#value
: String
Constructor Detail
def self.
new
(type : String, value : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(type _type = @type, value _value = @value)
#
[
View source
]
def
type
: String
#
def
value
: String
#