public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
Sets the time for a one time patch deployment. Timestamp is in
RFC3339 text format.
[[["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 latest version of `OneTimeSchedule` is 2.4.0, while the currently detailed version is 1.3.0."],["`OneTimeSchedule` is a class that sets the time for a one-time patch deployment, using the RFC3339 text format for timestamps."],["The `OneTimeSchedule` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating instances of `OneTimeSchedule`, either default or by copying another `OneTimeSchedule` object."],["The `ExecuteTime` property, which is of the type `Timestamp`, is required and dictates the desired time for the patch job to run."]]],[]]