struct Mailjet::Campaigndraft::UpdateResponse

Overview

Update a campaigndraft

campaigndraft = Mailjet::Campaigndraft.update(112334, {
  subject: "It's going to be gorgeous!",
})

Included Modules

Defined in:

mailjet/resources/campaigndraft.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def data : ResponseData #