Class TimeFilter (1.0.2)

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

Filter on create timestamp or update timestamp of profiles.

Attributes

NameDescription
start_time .timestamp.Timestamp
Start timestamp, matching profiles with the start time. If this field missing, The API matches profiles with create / update timestamp before the end timestamp.
end_time .timestamp.Timestamp
End timestamp, matching profiles with the end time. If this field missing, The API matches profiles with create / update timestamp after the start timestamp.
time_field .filters.TimeFilter.TimeField
Specifies which time field to filter profiles. Defaults to TimeField.CREATE_TIME.

Classes

TimeField

TimeField(value)

Time fields can be used in TimeFilter.