public sealed class CommitmentSettings : IMessage<CommitmentSettings>, IEquatable<CommitmentSettings>, IDeepCloneable<CommitmentSettings>, 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 `CommitmentSettings` class in the `Google.Cloud.Channel.V1` namespace manages commitment-based offer settings, and it is available across multiple versions ranging from 1.0.0 to the latest, 2.14.0."],["`CommitmentSettings` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all from Google Protocol Buffers, as well as implementing it's own CommitmentSettings class."],["The class has a constructor that allows creating a new instance or copying an existing `CommitmentSettings` object."],["It includes properties to manage the start and end times of the commitment period (`StartTime` and `EndTime`), as well as optional settings for renewal (`RenewalSettings`)."],["The `CommitmentSettings` class inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]