Class OrganizationInsightApplicationUpdateRequest
Organization Insight Application Update Request
[DataContract]
public class OrganizationInsightApplicationUpdateRequest
- Inheritance
-
OrganizationInsightApplicationUpdateRequest
- Inherited Members
Constructors
OrganizationInsightApplicationUpdateRequest()
public OrganizationInsightApplicationUpdateRequest()
Properties
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 OrganizationInsightApplicationUpdateRequestThresholds? Thresholds { get; set; }