Table of Contents

Class WebhookHttpServerPayloadTemplate

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

HTTP servers payload template reference

[DataContract]
public class WebhookHttpServerPayloadTemplate
Inheritance
WebhookHttpServerPayloadTemplate
Inherited Members

Constructors

WebhookHttpServerPayloadTemplate()

public WebhookHttpServerPayloadTemplate()

Properties

Id

The payload template ID

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "id")]
public string? Id { get; set; }

Property Value

string

Name

The payload template name

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string

PayloadTemplateId

The payload template ID (alternate property name)

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

Property Value

string