Optional. Represents the number of days before or after the given week day
of month that the patch deployment is scheduled for. For example if
week_ordinal and day_of_week values point to the second day of the
month and this day_offset value is set to 3, the patch deployment takes
place three days after the second Tuesday of the month. If this value is
negative, for example -5, the patches are deployed five days before before
the second Tuesday of the month. Allowed values are in range [-30, 30].
[[["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."],[[["Version 2.4.0 is the latest version available, with several previous versions including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and older releases like 1.8.0, 1.7.0, and others listed for reference."],["The `WeekDayOfMonth` class, part of the `Google.Cloud.OsConfig.V1` namespace and assembly `Google.Cloud.OsConfig.V1.dll`, represents a specific weekday within a month, such as \"the 4th Sunday\"."],["`WeekDayOfMonth` implements multiple interfaces, including `IMessage\u003cWeekDayOfMonth\u003e`, `IEquatable\u003cWeekDayOfMonth\u003e`, `IDeepCloneable\u003cWeekDayOfMonth\u003e`, `IBufferMessage`, and `IMessage`, extending its functionality."],["The class has properties `DayOffset` (allowing adjustments in days around the specified weekday), `DayOfWeek` (designating the day of the week), and `WeekOrdinal` (specifying the week's number within the month) to help set up the desired day."],["The class contains two constructors: the default constructor `WeekDayOfMonth()` and the constructor `WeekDayOfMonth(WeekDayOfMonth other)` which takes an object of the same class as a parameter."]]],[]]