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

Version Path
bandwidth-sdk-14.1.0 docs/Session.md
bandwidth-sdk-14.0.0 docs/Session.md
bandwidth-sdk-13.1.4 docs/Session.md
bandwidth-sdk-13.1.3 docs/Session.md
bandwidth-sdk-13.1.2 docs/Session.md
bandwidth-sdk-13.1.1 docs/Session.md
bandwidth-sdk-13.1.0 docs/Session.md
bandwidth-sdk-13.0.0 docs/Session.md
bandwidth-sdk-12.1.0 docs/Session.md
bandwidth-sdk-11.3.0 docs/Session.md
bandwidth-sdk-11.2.0 docs/Session.md
bandwidth-sdk-11.1.1 docs/Session.md
bandwidth-sdk-11.1.0 docs/Session.md
bandwidth-sdk-11.0.0 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.4.0 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.3.1 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.3.0 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.2.0 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.1.1 docs/Session.md
bandwidth-sdk-11.0.0.pre.beta.1 docs/Session.md