public sealed class ResourcePolicyWeeklyCycle : IMessage<ResourcePolicyWeeklyCycle>, IEquatable<ResourcePolicyWeeklyCycle>, IDeepCloneable<ResourcePolicyWeeklyCycle>, IBufferMessage, IMessage
[[["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 `ResourcePolicyWeeklyCycle` class defines a time window for weekly operations within the Google Cloud Compute API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["It offers two constructors: a default one and one that accepts another `ResourcePolicyWeeklyCycle` instance for creating a copy."],["The `DayOfWeeks` property, a `RepeatedField`, allows specifying up to seven daily intervals for the weekly cycle, representing a cycle for each day of the week."],["The latest version available for this class is 3.6.0, which is the most up-to-date reference in the given content."]]],[]]