public sealed class ResourcePolicyDailyCycle : IMessage<ResourcePolicyDailyCycle>, IEquatable<ResourcePolicyDailyCycle>, IDeepCloneable<ResourcePolicyDailyCycle>, IBufferMessage, IMessage
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
[[["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."],[[["This webpage details the `ResourcePolicyDailyCycle` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google.Cloud.Compute.V1.dll assembly, and it represents a time window specification for daily operations."],["The latest version available for `ResourcePolicyDailyCycle` is 3.6.0, with multiple versions listed from 1.0.0 up to the most current build."],["The `ResourcePolicyDailyCycle` class implements several interfaces, including `IMessage\u003cResourcePolicyDailyCycle\u003e`, `IEquatable\u003cResourcePolicyDailyCycle\u003e`, `IDeepCloneable\u003cResourcePolicyDailyCycle\u003e`, `IBufferMessage`, and `IMessage`, indicating its role in Google Cloud's .NET environment."],["The class includes properties such as `DaysInCycle`, `Duration`, and `StartTime`, allowing configuration of the daily cycle, and offers methods such as `HasDaysInCycle`, `HasDuration`, and `HasStartTime` to check for field settings."],["The class also has two constructors to create instances, either a default constructor with no arguments or one that takes another `ResourcePolicyDailyCycle` object to create a copy."]]],[]]