Table of Contents

Class WebhookLog

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

Webhook Log

[DataContract]
public class WebhookLog
Inheritance
WebhookLog
Inherited Members

Constructors

WebhookLog()

public WebhookLog()

Properties

AlertType

Gets the alert type

[DataMember(Name = "alertType")]
public string AlertType { get; set; }

Property Value

string

LoggedAt

Gets the logged at

[DataMember(Name = "loggedAt")]
public DateTime LoggedAt { get; set; }

Property Value

DateTime

NetworkId

Gets the network id

[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

OrganizationId

Gets the organization id

[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }

Property Value

string

ResponseCode

Gets the response code

[DataMember(Name = "responseCode")]
public int ResponseCode { get; set; }

Property Value

int

ResponseDuration

Gets the response duration

[DataMember(Name = "responseDuration")]
public int ResponseDuration { get; set; }

Property Value

int

SentAt

Gets the sent at

[DataMember(Name = "sentAt")]
public DateTime SentAt { get; set; }

Property Value

DateTime

Url

Gets the url

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

Property Value

string