Name |
Type |
Description |
Notes |
next_page_cursor |
String |
The next page cursor |
[optional] |
stories |
Array<Story> |
An array of stories |
[optional] |
published_at_end |
DateTime |
The end of a period in which searched stories were published |
[optional] |
published_at_start |
DateTime |
The start of a period in which searched stories were published |
[optional] |
warnings |
Array<Warning> |
Notifies about possible issues that occurred when searching for stories |
[optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::Stories.new(next_page_cursor: null,
stories: null,
published_at_end: null,
published_at_start: null,
warnings: null)