BookmarkExpandParameters Class

The parameters required to execute an expand operation on the given bookmark.

Inheritance
BookmarkExpandParameters

Constructor

BookmarkExpandParameters(*, end_time: Optional[datetime.datetime] = None, expansion_id: Optional[str] = None, start_time: Optional[datetime.datetime] = None, **kwargs)

Variables

end_time
datetime

The end date filter, so the only expansion results returned are before this date.

expansion_id
str

The Id of the expansion to perform.

start_time
datetime

The start date filter, so the only expansion results returned are after this date.