Sha256: 84048311962442eea6e8a5d3460becfe121cd6c83acdc06ca32aa35a80531737

Contents?: true

Size: 440 Bytes

Versions: 3

Compression:

Stored size: 440 Bytes

Contents

# Athenian::DeploymentModifyLabelsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **delete** | **Array<String>** | Delete the labels with the given keys.  Unexisting labels are ignored. | [optional] |
| **upsert** | **Object** |  | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::DeploymentModifyLabelsRequest.new(
  delete: null,
  upsert: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/DeploymentModifyLabelsRequest.md
athenian-2.1.85 docs/DeploymentModifyLabelsRequest.md
athenian-2.1.81 docs/DeploymentModifyLabelsRequest.md