Class LiveToolsPingCreate
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
Count
Count
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
Target
Target
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "target")]
public string Target { get; set; }