Class ApplicationDateFilter (2.6.0)

ApplicationDateFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Application Date Range Filter.

The API matches profiles with Application.application_date between start date and end date (both boundaries are inclusive). The filter is ignored if both start_date and end_date are missing.

Attributes

NameDescription
start_date google.type.date_pb2.Date
Start date. If it's missing, The API matches profiles with application date not after the end date.
end_date google.type.date_pb2.Date
End date. If it's missing, The API matches profiles with application date not before the start date.