Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 732 Bytes

File metadata and controls

14 lines (11 loc) · 732 Bytes

brevo_csharp.Model.ConversationsMessageAttachments

Properties

Name Type Description Notes
FileName string The name of the file. [optional]
IsInline string `true` for inline files. [optional]
InlineId string The ID of the inline file. [optional]
Url string The URL of the file. [optional]
IsImage bool? `true` for images. [optional]
Size long? The size of the file in bytes. [optional]

[Back to Model list] [Back to API list] [Back to README]