Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.16 KB

TicketsGetTicketsCountRawTypeParameter.md

File metadata and controls

12 lines (9 loc) · 1.16 KB

# TicketsGetTicketsCountRawTypeParameter

Properties

Name Type Description Notes
eq \Bzzhh\Tzkt\Model\MichelineParameterEq [optional]
ne \Bzzhh\Tzkt\Model\MichelineParameterNe [optional]
in \Bzzhh\Tzkt\Model\IMicheline[] In list (any of) filter mode. \ Specify a comma-separated list of Micheline JSON values where the specified field is equal to one of the specified values. Example: `?type.in={"prim":"string"},{"prim":"nat"}`. [optional]
ni \Bzzhh\Tzkt\Model\IMicheline[] Not in list (none of) filter mode. \ Specify a comma-separated list of Micheline JSON values where the specified field is not equal to all the specified values. Example: `?type.ni={"prim":"string"},{"prim":"nat"}`. [optional]

[Back to Model list] [Back to API list] [Back to README]