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-24 UTC."],[[["The `ResourcePolicyWeeklyCycle` class in the `Google.Cloud.Compute.V1` namespace represents a time window for weekly operations in Google Cloud Compute."],["This class is part of the Google Cloud Compute library for .NET and is available in multiple versions, ranging from 1.0.0 to the latest version, 3.6.0."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities in handling data and object manipulation."],["The class has a `DayOfWeeks` property which is a `RepeatedField` that allows for up to 7 intervals, representing the days of the week, which can be setup through the use of the class `ResourcePolicyWeeklyCycleDayOfWeek`."],["The `ResourcePolicyWeeklyCycle` class has two constructors, a default constructor and a copy constructor that takes another `ResourcePolicyWeeklyCycle` object."]]],[]]