Sha256: 14e0a39bce5529e3acb0c334794192650a0bdb50280bbdb8d22222a4776788e0

Contents?: true

Size: 787 Bytes

Versions: 9

Compression:

Stored size: 787 Bytes

Contents

# TagApi::TagUpdate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The unique name of the tag. Tag names are case-sensitive, and should be composed of a maximum of 100 characters including UTF-8 Unicode letters, numbers, and the following symbols: '-', '_'. Regex: [A-zÀ-ú0-9_-]{1,100} |  |
| **description** | **String** | The description of the tag. | [optional] |
| **is_billing_tag** | **Boolean** | Whether or not to show the tag as part of billing and invoices. |  |

## Example

```ruby
require 'pnap_tag_api'

instance = TagApi::TagUpdate.new(
  name: Environment,
  description: This tag is used for all resources that need to be assigned to an environment.,
  is_billing_tag: true
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pnap_tag_api-2.0.1 docs/TagUpdate.md
pnap_tag_api-2.0.0 docs/TagUpdate.md
pnap_tag_api-1.0.6 docs/TagUpdate.md
pnap_tag_api-1.0.5 docs/TagUpdate.md
pnap_tag_api-1.0.4 docs/TagUpdate.md
pnap_tag_api-1.0.3 docs/TagUpdate.md
pnap_tag_api-1.0.2 docs/TagUpdate.md
pnap_tag_api-1.0.1 docs/TagUpdate.md
pnap_tag_api-1.0.0 docs/TagUpdate.md