Sha256: c989613946e55e47928707797d73d57bdce637b1a568f65e5ca00e86ea912274
Contents?: true
Size: 577 Bytes
Versions: 15
Compression:
Stored size: 577 Bytes
Contents
# FinnhubRuby::FDAComitteeMeeting ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from_date** | **String** | Start time of the event in EST. | [optional] | | **to_date** | **String** | End time of the event in EST. | [optional] | | **event_description** | **String** | Event's description. | [optional] | | **url** | **String** | URL. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::FDAComitteeMeeting.new( from_date: null, to_date: null, event_description: null, url: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems