public sealed class ResourcePolicyWeeklyCycleDayOfWeek : IMessage<ResourcePolicyWeeklyCycleDayOfWeek>, IEquatable<ResourcePolicyWeeklyCycleDayOfWeek>, IDeepCloneable<ResourcePolicyWeeklyCycleDayOfWeek>, IBufferMessage, IMessage
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
Check the Day enum for the list of possible values.
[[["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 content pertains to the `ResourcePolicyWeeklyCycleDayOfWeek` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, with version 3.6.0 being the most recent and 1.0.0 being the oldest in the provided documentation."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer operations."],["The class includes properties like `Day`, `Duration`, and `StartTime`, which define the schedule, time window, and start time for operations on specific days of the week, with the `Day` property supporting the selection of one or more days from MONDAY to SUNDAY."],["There are also boolean properties `HasDay`, `HasDuration`, and `HasStartTime` to easily determine if those specific properties are set on the instance of the class."],["The documentation outlines two constructors for creating instances of the `ResourcePolicyWeeklyCycleDayOfWeek` class, one being a parameterless constructor, and the other takes in another instance of the class as an argument."]]],[]]