InstallationTemplate Class

Definition

Represents template which may belong to an instance of Installation class

[Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)]
public class InstallationTemplate
[<Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)>]
type InstallationTemplate = class
Public Class InstallationTemplate
Inheritance
InstallationTemplate
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

InstallationTemplate()

Properties

Body

Gets or sets a template body for notification payload which may contain placeholders to be filled in with actual data during the send operation

Expiry

Gets or sets expiry applicable for APNS-targeted notifications

Headers

Gets or set collection of headers applicable for MPNS-targeted notifications

Tags
Obsolete.

Gets or sets collection of tags for particular template. Ususaly only one tag (template name) should be here.

Applies to