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 represents settings for commitment-based offers within the Google Cloud Channel API, and it is implemented in the Google.Cloud.Channel.V1 namespace."],["The latest version available for CommitmentSettings is 2.14.0, with numerous versions going back to 1.0.0 also available."],["`CommitmentSettings` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["This class includes properties like `EndTime`, `RenewalSettings`, and `StartTime`, all of which manage the commitment period and renewal settings."],["The class also provides two constructors: a default constructor and one that takes another `CommitmentSettings` object as an argument for cloning."]]],[]]