Sha256: 16312d6ba5c51bd2ae3deb4f408553b6f1ce28cf00bc766d2db2c149d942357a
Contents?: true
Size: 693 Bytes
Versions: 9
Compression:
Stored size: 693 Bytes
Contents
# BmcApi::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_bmc_api' instance = BmcApi::TagAssignment.new( id: 60ffafcdffb8b074c7968dad, name: Environment, value: PROD, is_billing_tag: true, created_by: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems