Class ApplicationDateFilter (1.0.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 `.date.Date`
Start date. If it's missing, The API matches profiles with application date not after the end date.
end_date `.date.Date`
End date. If it's missing, The API matches profiles with application date not before the start date.

Inheritance

builtins.object > proto.message.Message > ApplicationDateFilter