PolyComplexity
public enum PolyComplexity : String
Poly asset complexity
-
Undocumented
Declaration
Swift
case unspecified = "COMPLEXITY_UNSPECIFIED"
-
Undocumented
Declaration
Swift
case complex = "COMPLEX"
-
Undocumented
Declaration
Swift
case medium = "MEDIUM"
-
Undocumented
Declaration
Swift
case simple = "SIMPLE"