EntityExpandParameters Class

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

Inheritance
EntityExpandParameters

Constructor

EntityExpandParameters(*, 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.