Class InsightApplication
Insight application
[DataContract]
public class InsightApplication
- Inheritance
-
InsightApplication
- Inherited Members
Properties
ApplicationId
Application id
[DataMember(Name = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Name
Name
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Thresholds
Thresholds
[DataMember(Name = "thresholds")]
public Thresholds Thresholds { get; set; }