Enum QuotaType
One of the following values to indicate whether a target limit is set or not.
public enum QuotaType
Fields
[EnumMember(Value = "limited")] Limited = 1[EnumMember(Value = "none")] None = 0
One of the following values to indicate whether a target limit is set or not.
public enum QuotaType
[EnumMember(Value = "limited")]
Limited = 1[EnumMember(Value = "none")]
None = 0