IsGrantable

enum IsGrantable : Enum<IsGrantable> , StringEnum

Is grantable, values taken from returned strings

Entries

Link copied to clipboard

Unknown

Link copied to clipboard
NO("NO")

No

Link copied to clipboard
YES("YES")

Yes

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: String