Table of Contents

Enum Priority

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[JsonConverter(typeof(StringEnumConverter))]
public enum Priority
Extension Methods

Fields

[EnumMember(Value = "high")] High = 2

Enum High for "high"

[EnumMember(Value = "low")] Low = 0

Enum Low for "low"

[EnumMember(Value = "normal")] Normal = 1

Enum Normal for "normal"