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 `OneTimeSchedule` class defines a one-time patch deployment schedule, specifying when a patch job should execute."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace within the `Google.Cloud.OsConfig.V1.dll` assembly."],["The execution time for the patch is set using the `ExecuteTime` property, which requires a `Timestamp` value in RFC3339 format."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The latest version of this class is 2.4.0, and this specific documentation is in reference to version 1.8.0, which also includes the link to the other versions."]]],[]]