Sha256: 9106e7a728999fb8b7f295d7567b191bd578b82c32a209b390723faad603a9aa

Contents?: true

Size: 638 Bytes

Versions: 16

Compression:

Stored size: 638 Bytes

Contents

# Bandwidth::CreateParticipantResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **participant** | [**Participant**](Participant.md) |  | [optional] |
| **token** | **String** | Auth token for the returned participant.  This should be passed to the participant so that they can connect to the platform. | [optional] |

## Example

```ruby
require 'bandwidth-sdk'

instance = Bandwidth::CreateParticipantResponse.new(
  participant: null,
  token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwiaWF0IjoxNTE2MjM5MDIyfQ.L8i6g3PfcHlioHCCPURC9pmXT7gdJpx3kOoyAfNUwCc
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

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