Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 797 Bytes

File metadata and controls

24 lines (18 loc) · 797 Bytes

Zernio::CreateInboxConversationRequestHeaderMedia

Properties

Name Type Description Notes
type String Must match the template header's media type.
link String Public URL of the asset to send. Must be reachable without auth. [optional]
id String A Meta media id (from the media upload endpoint), as an alternative to link. [optional]
filename String Document display name shown to the recipient (e.g. "Factura 0001-123.pdf"). document type only; ignored for image/video. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateInboxConversationRequestHeaderMedia.new(
  type: null,
  link: null,
  id: null,
  filename: null
)