---
search:
  exclude: true
---

# <a id="bitdrift.public.shared.workflows.v1.LabelPair"></a>LabelPair

| Field | Type | Description |
|---|---|---|
| name | <span class="proto-type proto-type-primitive">string</span> | The label name. |
| value | <span class="proto-type proto-type-primitive">string</span> | The label value. |

#### Example
```json
{
  "name": "name",
  "value": "value"
}
```

