Class WebhookLog  
  
  
    - Namespace
- Meraki.Api.Data
- Assembly
- Meraki.Api.dll
 
  
  
  
    [DataContract]
public class WebhookLog
   
  
    - Inheritance
- 
      
      WebhookLog 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Properties
  
  
  AlertType
  
  
  
  
  
    [DataMember(Name = "alertType")]
public string AlertType { get; set; }
   
  Property Value
  
    - string
  LoggedAt
  
  
  
  
  
    [DataMember(Name = "loggedAt")]
public DateTime LoggedAt { get; set; }
   
  Property Value
  
    - DateTime
  NetworkId
  
  
  
  
  
    [DataMember(Name = "networkId")]
public string NetworkId { get; set; }
   
  Property Value
  
    - string
  OrganizationId
  
  
  
  
  
    [DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
   
  Property Value
  
    - string
  ResponseCode
  
  
  
  
  
    [DataMember(Name = "responseCode")]
public int ResponseCode { get; set; }
   
  Property Value
  
    - int
  ResponseDuration
  
  
  
  
  
    [DataMember(Name = "responseDuration")]
public int ResponseDuration { get; set; }
   
  Property Value
  
    - int
  SentAt
  
  
  
  
  
    [DataMember(Name = "sentAt")]
public DateTime SentAt { get; set; }
   
  Property Value
  
    - DateTime
  Url
  
  
  
  
  
    [DataMember(Name = "url")]
public string Url { get; set; }
   
  Property Value
  
    - string