Sha256: ff16bf37e7b1b1dc66e8d294ef8e5697a216b09725fa71d6e67156e2f3eae332
Contents?: true
Size: 814 Bytes
Versions: 10
Compression:
Stored size: 814 Bytes
Contents
# IpApi::TagAssignmentRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The 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}. | | | **value** | **String** | The value of the tag assigned to the resource. Tag values 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}. | [optional] | ## Example ```ruby require 'pnap_ip_api' instance = IpApi::TagAssignmentRequest.new( name: Environment, value: PROD ) ```
Version data entries
10 entries across 10 versions & 1 rubygems