Class PerformanceClass
Performance class
[DataContract]
public class PerformanceClass
- Inheritance
-
PerformanceClass
- Inherited Members
Properties
BuiltinPerformanceClassName
Built in performance class name
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "builtinPerformanceClassName")]
public string? BuiltinPerformanceClassName { get; set; }
Property Value
CustomPerformanceClassId
Id
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "customPerformanceClassId")]
public string? CustomPerformanceClassId { get; set; }
Property Value
Type
Type
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string Type { get; set; }