public sealed class FrequencyOptions : IMessage<FrequencyOptions>, IEquatable<FrequencyOptions>, IDeepCloneable<FrequencyOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class FrequencyOptions.
[[["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 `FrequencyOptions` class in the Google Cloud Storage Insights v1 API allows configuration of the frequency for generating reports."],["The latest version of `FrequencyOptions` is 1.3.0, and the document also includes references for versions 1.2.0, 1.1.0, and 1.0.0."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Report generation frequency is controlled by the `Frequency` property, and start and end dates are defined by the `StartDate` and `EndDate` properties respectively, which use the UTC time zone."],["The class provides two constructors to create instances of `FrequencyOptions`, one default and one that takes another instance of `FrequencyOptions`."]]],[]]