public sealed class RenewalSettings : IMessage<RenewalSettings>, IEquatable<RenewalSettings>, IDeepCloneable<RenewalSettings>, 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."],[[["This webpage details the `RenewalSettings` class within the `Google.Cloud.Channel.V1` namespace, which is used for configuring renewal options for renewable offers."],["The latest version of `RenewalSettings` is 2.14.0, with several previous versions from 2.13.0 back to 1.0.0 also documented on the page."],["The `RenewalSettings` class includes properties such as `EnableRenewal`, `PaymentCycle`, `PaymentPlan`, and `ResizeUnitCount` to control different aspects of the renewal process."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to control different aspects of the settings."],["The class contains two constructors, one that creates an empty instance, and another that creates an instance based on a passed `RenewalSettings` object."]]],[]]