Sha256: 20d14a111303e58ede3a69943b73dc72804c0350cc5768f41bec1edf63ffec73
Contents?: true
Size: 524 Bytes
Versions: 16
Compression:
Stored size: 524 Bytes
Contents
# FinnhubRuby::TranscriptParticipant ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Participant's name | [optional] | | **description** | **String** | Participant's description | [optional] | | **role** | **String** | Whether the speak is a company's executive or an analyst | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::TranscriptParticipant.new( name: null, description: null, role: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems