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