> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-a46887cf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ListKeyAssignmentsResponse - Go SDK

> ListKeyAssignmentsResponse type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

## Fields

| Field        | Type                                                                              | Required             | Description                                        | Example |
| ------------ | --------------------------------------------------------------------------------- | -------------------- | -------------------------------------------------- | ------- |
| `Data`       | \[][components.KeyAssignment](/client-sdks/go/api-reference/models/keyassignment) | :heavy\_check\_mark: | List of key assignments                            |         |
| `TotalCount` | `int64`                                                                           | :heavy\_check\_mark: | Total number of key assignments for this guardrail | 25      |
