[[["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-03-21 UTC."],[[["This page describes the `TimestampRange` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically version 2.0.0-beta07."],["The `TimestampRange` class represents a period of time between two timestamps and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It offers two constructors: a default constructor `TimestampRange()` and another `TimestampRange(TimestampRange other)` that takes another TimestampRange as a parameter, allowing cloning of a given TimestampRange."],["`TimestampRange` includes two properties: `StartTime`, which is the inclusive beginning of the period, and `EndTime`, which is the exclusive end, both using the `Timestamp` type."]]],[]]