Source code for kittycad.models.api_call_query_group_by
fromenumimportEnum
[docs]classApiCallQueryGroupBy(str,Enum):"""The field of an API call to group by."""# noqa: E501"""# The email of the user that requested the API call. """# noqa: E501EMAIL="email""""# The HTTP method of the API call. """# noqa: E501METHOD="method""""# The endpoint of the API call. """# noqa: E501ENDPOINT="endpoint""""# The user ID of the user that requested the API call. """# noqa: E501USER_ID="user_id""""# The origin of the API call. This is parsed from the `Origin` header. """# noqa: E501ORIGIN="origin""""# The IP address of the user making the API call. """# noqa: E501IP_ADDRESS="ip_address"