public sealed class Condition.Types.TimeRange : IMessage<Condition.Types.TimeRange>, IEquatable<Condition.Types.TimeRange>, IDeepCloneable<Condition.Types.TimeRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Condition.Types.TimeRange.
[[["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."],[[["The `Condition.Types.TimeRange` class, part of the Discovery Engine v1 API, is designed for defining time-dependent conditions within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class, with the latest version being 1.6.0, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["`Condition.Types.TimeRange` objects can be created using either the default constructor `TimeRange()` or by copying an existing object with `TimeRange(Condition.Types.TimeRange other)`."],["It includes `StartTime` and `EndTime` properties, both of which are `Timestamp` types that define the inclusive start and end points of the time range, with the end time required to be in the future."]]],[]]