Sha256: 6770b3b248a9caeeed2a460496dacbae716b90aa5e91d3f3d66561421cfd7413
Contents?: true
Size: 851 Bytes
Versions: 3
Compression:
Stored size: 851 Bytes
Contents
# NetworkStorageApi::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_network_storage_api' instance = NetworkStorageApi::TagAssignmentRequest.new( name: Environment, value: PROD ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pnap_network_storage_api-2.0.1 | docs/TagAssignmentRequest.md |
pnap_network_storage_api-2.0.0 | docs/TagAssignmentRequest.md |
pnap_network_storage_api-1.4.0 | docs/TagAssignmentRequest.md |