Sha256: ef82c98a072b30e06617abd4cdb9658e346873dc6e179df5acb5e67eae51c9c3
Contents?: true
Size: 414 Bytes
Versions: 20
Compression:
Stored size: 414 Bytes
Contents
# Bandwidth::Session ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique id of the session. | [optional] | | **tag** | **String** | User defined tag to associate with the session. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::Session.new( id: 75c21163-e110-41bc-bd76-1bb428ec85d5, tag: session1 ) ```
Version data entries
20 entries across 20 versions & 1 rubygems