Meta

Contents

Meta#

class Meta(*, count=None, order_by=None, limit=None, offset=None, errors=None)#

Bases: object

Class holding metadata for list return values, like pagination related data.

Module: iqm.station_control.interface.list_with_meta

Attributes

count

errors

limit

offset

order_by

Methods

Parameters:
  • count (int | None) –

  • order_by (str | None) –

  • limit (int | None) –

  • offset (int | None) –

  • errors (list[str] | None) –