Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 304 Bytes

Tag.md

File metadata and controls

20 lines (14 loc) · 304 Bytes

Bandwidth::Tag

Properties

Name Type Description Notes
key String [optional]
value String [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::Tag.new(
  key: null,
  value: null
)