KeysForGroupResponse¶
- class baseten.client.managementapi.KeysForGroupResponse(*, items, pagination)¶
Bases:
BaseModel- Parameters:
items (list[GatewayKeyInfo])
pagination (PaginationResponse)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].