> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/attributes/llms.txt)
> Source: https://docs.saleor.io/api-reference/attributes/objects/assigned-choice-attribute-value

# AssignedChoiceAttributeValue Object

Represents a single choice value of the attribute.

Added in Saleor 3.22

```graphql
type AssignedChoiceAttributeValue {
  name: String
  slug: String
  translation(languageCode: LanguageCodeEnum!): String
}
```

<a id="fields"></a>

### Fields

<a id="name"></a>

#### [`name`](#name) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Name of a value displayed in the interface.

<a id="slug"></a>

#### [`slug`](#slug) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Internal representation of a value (unique per attribute).

<a id="translation"></a>

#### [`translation`](#translation) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Translation of the name.

<a id="assigned-choice-attribute-value-translation-language-code"></a>

##### [`languageCode`](#assigned-choice-attribute-value-translation-language-code) ● [`LanguageCodeEnum!`](/api-reference/miscellaneous/enums/language-code-enum.md)

<a id="member-of"></a>

### Member Of

[`AssignedMultiChoiceAttribute`](/api-reference/attributes/objects/assigned-multi-choice-attribute.md) object  ● [`AssignedSingleChoiceAttribute`](/api-reference/attributes/objects/assigned-single-choice-attribute.md) object
