Class OrganizationInsightWebAppThresholds
Default thresholds for each application
[DataContract]
public class OrganizationInsightWebAppThresholds
- Inheritance
-
OrganizationInsightWebAppThresholds
- Inherited Members
Constructors
OrganizationInsightWebAppThresholds()
public OrganizationInsightWebAppThresholds()
Properties
Goodput
App goodput
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "goodput")]
public string Goodput { get; set; }
Property Value
ResponseDelay
App response delay
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "responseDelay")]
public string ResponseDelay { get; set; }