Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 377 Bytes

FileDownloadableLink.md

File metadata and controls

18 lines (12 loc) · 377 Bytes

Brevo::FileDownloadableLink

Properties

Name Type Description Notes
file_url String A unique link to download the requested file. [optional]

Example

require 'brevo'

instance = Brevo::FileDownloadableLink.new(
  file_url: https://storage.googleapis.com/brevo-app-crm.......-sample.pdf
)