Table of Contents

Class WebhookTestResponse

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

Webhook test

[DataContract]
public class WebhookTestResponse : IdentifiedItem
Inheritance
WebhookTestResponse
Inherited Members

Properties

Status

Status

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

Property Value

string

Url

The URL where the test webhook will be sent

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

Property Value

string