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."],[[["This document provides information about the `TimeFilter` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically version 2.0.0-beta07."],["The `TimeFilter` class is used to filter profiles based on their creation or update timestamps, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It allows you to set a `StartTime` and `EndTime` using the `Timestamp` type, enabling the filtering of profiles within a specified time range."],["The `TimeField` property determines whether to filter profiles by their creation or update time, defaulting to `CREATE_TIME`."],["The class features two constructors: a default parameterless one, and another that accepts an existing `TimeFilter` object as its parameter."]]],[]]