Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 360 Bytes

UploadImageModel.md

File metadata and controls

18 lines (12 loc) · 360 Bytes

Brevo::UploadImageModel

Properties

Name Type Description Notes
url String URL of the image uploaded [optional]

Example

require 'brevo'

instance = Brevo::UploadImageModel.new(
  url: https://img.mailinblue.com/100000/images/rnb/original/62casdase8wewq9df1c2f27c.jpeg
)