Sha256: c307df974b0ca76f71cf5d38843b7f6d74a8fba469e7a99d102ed07698028d4e
Contents?: true
Size: 414 Bytes
Versions: 16
Compression:
Stored size: 414 Bytes
Contents
# FinnhubRuby::BreakdownItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_number** | **String** | Access number of the report from which the data is sourced. | [optional] | | **breakdown** | **Object** | | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::BreakdownItem.new( access_number: null, breakdown: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems