Table of Contents

Class PayloadTemplate

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Headers

The headers

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "headers")]
public List<PayloadTemplateHeader>? Headers { get; set; }

Property Value

List<PayloadTemplateHeader>

PayloadTemplateId

The ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplateId")]
public string? PayloadTemplateId { get; set; }

Property Value

string

Sharing

Information on which entities have access to the template

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sharing")]
public PayloadTemplateSharing? Sharing { get; set; }

Property Value

PayloadTemplateSharing

Type

The type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public PayloadTemplateType? Type { get; set; }

Property Value

PayloadTemplateType?