Table of Contents

Class CallbackStatusWebhook

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

CallbackStatusWebhook

[DataContract]
public class CallbackStatusWebhook
Inheritance
CallbackStatusWebhook
Inherited Members

Properties

HttpServer

The webhook receiver used for the callback webhook

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "httpServer")]
public CallbackStatusWebhookHttpServer HttpServer { get; set; }

Property Value

CallbackStatusWebhookHttpServer

PayloadTemplate

The payload template of the webhook used for the callback

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplate")]
public CallbackStatusWebhookPayloadTemplate PayloadTemplate { get; set; }

Property Value

CallbackStatusWebhookPayloadTemplate

SentAt

The timestamp the callback was sent to the webhook receiver

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sentAt")]
public string SentAt { get; set; }

Property Value

string

Url

The webhook receiver URL where the callback will be sent

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string