Table of Contents

Class OrganizationWebhookTest

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

Organization Webhook Test

[DataContract]
public class OrganizationWebhookTest
Inheritance
OrganizationWebhookTest
Inherited Members

Constructors

OrganizationWebhookTest()

public OrganizationWebhookTest()

Properties

Id

Webhook delivery identifier

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

Property Value

string

Status

Current status of the webhook delivery

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

Property Value

TestStatus

Url

URL where the webhook was delivered

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

Property Value

string