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] |