Class PayloadTemplate
The PayloadTemplate
[DataContract]
public class PayloadTemplate : NamedItem
- Inheritance
-
PayloadTemplate
- Inherited Members
Properties
Body
The body
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "body")]
public string? Body { get; set; }
Property Value
Headers
The headers
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "headers")]
public List<PayloadTemplateHeader>? Headers { get; set; }
Property Value
PayloadTemplateId
The ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplateId")]
public string? PayloadTemplateId { get; set; }
Property Value
Sharing
Information on which entities have access to the template
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sharing")]
public PayloadTemplateSharing? Sharing { get; set; }
Property Value
Type
The type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public PayloadTemplateType? Type { get; set; }