MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / UserListRequest

Class UserListRequest

src/app/user/dto/user.py:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62class UserListRequest(Paginated):
63 email: str | None = Field(
64 None,
65 min_length=3,
66 max_length=255,
67 description="The email of the user",
68 examples=["p8t2H@example.com", "Ww5rP@example.com"],
69 )
70
71
72class UserResponse(ResponseBaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected