Table of Contents

Class PerformanceClass

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

CustomPerformanceClassId

Id

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "customPerformanceClassId")]
public string? CustomPerformanceClassId { get; set; }

Property Value

string

Type

Type

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string