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."],["This class is available across multiple versions, ranging from the latest version 2.14.0 down to version 1.0.0, of the Google Cloud Channel API's .NET library."],["`CommitmentSettings` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage its properties."],["The class provides properties to define the commitment period, such as `StartTime` and `EndTime`, and to configure `RenewalSettings`."],["There are two constructors available for the `CommitmentSettings` class, a default constructor and one that takes another `CommitmentSettings` instance as a parameter."]]],[]]