Class ThousandEyesCreateTestResponse
ThousandEyes Network Create Test Response
[DataContract]
public class ThousandEyesCreateTestResponse
- Inheritance
-
ThousandEyesCreateTestResponse
- Inherited Members
Constructors
ThousandEyesCreateTestResponse()
public ThousandEyesCreateTestResponse()
Properties
JobStatus
Status of PCC background job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "jobStatus")]
public string JobStatus { get; set; }
Property Value
PccBackgroundJob
Number of PCC Background Job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "pccBackgroundJob")]
public string PccBackgroundJob { get; set; }