Sha256: 8ebb76e407d825b79278523046ea4035e274c61397da93a75dbdb339bd757776

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 Bytes

Contents

# FinnhubRuby::ExcerptResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **content** | **String** | Highlighted content | [optional] |
| **snippet_id** | **String** | Location of the content in the rendered document | [optional] |
| **start_offset** | **String** | Start offset of highlighted content | [optional] |
| **end_offset** | **String** | End offset of highlighted content | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::ExcerptResponse.new(
  content: null,
  snippet_id: null,
  start_offset: null,
  end_offset: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/ExcerptResponse.md