Models ====== Enumerations ------------ Used in the API to represent a set of possible values for a given field. .. automodule:: goxlr.types.enums :members: :undoc-members: Dataclasses ----------- Used in this library to represent the data returned by the API. .. automodule:: goxlr.types.models :members: :undoc-members: