user_projects_sort_order module

UserProjectsSortOrder

class edgeimpulse_api.models.user_projects_sort_order.UserProjectsSortOrder(
		*args,
		**kwds
)

allowed enum values

Parameters

  • *args

  • **kwds

Bases

  • builtins.str

  • aenum._enum.Enum

  • enum.Enum

Class variables

  • ADDED_ASC The type of the None singleton.

  • ADDED_DESC The type of the None singleton.

  • CREATED_ASC The type of the None singleton.

  • CREATED_DESC The type of the None singleton.

  • LAST_ACCESSED_DESC The type of the None singleton.

  • NAME_ASC The type of the None singleton.

  • NAME_DESC The type of the None singleton.

Last updated

Was this helpful?