Sha256: 783db385b7b167310c01ff1fa22fafcc88aca94860c38b68348398b236df3547
Contents?: true
Size: 690 Bytes
Versions: 8
Compression:
Stored size: 690 Bytes
Contents
# IpApi::TagAssignment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The unique id of the tag. | | | **name** | **String** | The name of the tag. | | | **value** | **String** | The value of the tag assigned to the resource. | [optional] | | **is_billing_tag** | **Boolean** | Whether or not to show the tag as part of billing and invoices | | | **created_by** | **String** | Who the tag was created by. | [optional] | ## Example ```ruby require 'pnap_ip_api' instance = IpApi::TagAssignment.new( id: 60ffafcdffb8b074c7968dad, name: Environment, value: PROD, is_billing_tag: true, created_by: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems