Table of Contents

Class LiveToolsPingCreate

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

Ping create request

[DataContract]
public class LiveToolsPingCreate
Inheritance
LiveToolsPingCreate
Inherited Members

Properties

Callback

Details for the callback. Please include either an httpServerId OR url and sharedSecret

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsPingCreateCallback? Callback { get; set; }

Property Value

LiveToolsPingCreateCallback

Count

Count

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "count")]
public int Count { get; set; }

Property Value

int

Target

Target

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

Property Value

string