public sealed class OneTimeWindow : IMessage<OneTimeWindow>, IEquatable<OneTimeWindow>, IDeepCloneable<OneTimeWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class OneTimeWindow.
One-time window within which actions are restricted. For example, blocking
actions over New Year's Eve from December 31st at 5pm to January 1st at 9am.
[[["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 webpage provides documentation for the `OneTimeWindow` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The latest version of the `OneTimeWindow` class is 3.4.0, and the page also lists a range of previous versions, down to 1.0.0."],["The `OneTimeWindow` class is used to define a specific time frame during which actions may be restricted, similar to setting up a maintenance window."],["The `OneTimeWindow` class has properties such as `StartDate`, `EndDate`, `StartTime`, and `EndTime` to specify the exact duration of the window, and these parameters are all required."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]