End timestamp, matching profiles with the end time. If this field
missing, The API matches profiles with create / update timestamp after the
start 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `TimeFilter` class, part of the `Google.Cloud.Talent.V4Beta1` namespace, is used to filter profiles based on their creation or update timestamps."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cTimeFilter\u003e`, `IEquatable\u003cTimeFilter\u003e`, `IDeepCloneable\u003cTimeFilter\u003e`, `IBufferMessage`, and `IMessage`."],["It provides constructors for creating new instances, either default or by copying another `TimeFilter` object, and offers three properties, `EndTime`, `StartTime`, and `TimeField`, to define the filtering criteria."],["The `EndTime` and `StartTime` properties use the `Timestamp` type to specify the time range, and the `TimeField` property allows the selection between filtering by `CREATE_TIME` or `UPDATE_TIME`, defaulting to the former."],["There are multiple versions available, including the latest beta version `3.0.0-beta06`, `3.0.0-beta05`, and `2.0.0-beta07`."]]],[]]