Class OrganizationInsightApplicationCreateRequest
Organization Insight Application Create Request
[DataContract]
public class OrganizationInsightApplicationCreateRequest
- Inheritance
-
OrganizationInsightApplicationCreateRequest
- Inherited Members
Constructors
OrganizationInsightApplicationCreateRequest()
public OrganizationInsightApplicationCreateRequest()
Properties
CounterSetRuleId
The id of the counter set rule
[DataMember(Name = "counterSetRuleId")]
public int CounterSetRuleId { get; set; }
Property Value
EnableSmartThresholds
Enable Smart Thresholds
[DataMember(Name = "enableSmartThresholds")]
public bool? EnableSmartThresholds { get; set; }
Property Value
- bool?
Thresholds
Thresholds defined by a user for each application
[DataMember(Name = "thresholds")]
public OrganizationInsightApplicationCreateRequestThresholds? Thresholds { get; set; }