# Bandwidth::Tag ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **key** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::Tag.new( key: null, value: null ) ```