firstAirDateLTE property

Date? firstAirDateLTE
final

Filter and only include TV shows that have a original air date that is less than or equal to the specified value. Can be used in conjunction with the "include_null_first_air_dates" filter if you want to include items with no air date.

Implementation

final Date? firstAirDateLTE;