InAppTemplateAttachment
Represents a template attachment and inherits from InAppAttachment.
Represents a template attachment and inherits from InAppAttachment. This interface is implemented by all template attachment types.
Properties
Name | Return Type | Description |
---|---|---|
id | String | The ID of the template.var id: String? |
type | InAppTemplateType | The type of the template.var type: InAppTemplateType |
reference | String | The reference of the template.var reference: String? |
contentType | String | The content type of the template attachment.var contentType: String? |
Updated 8 days ago