public sealed class ConditionalOverride : IMessage<ConditionalOverride>, IEquatable<ConditionalOverride>, IDeepCloneable<ConditionalOverride>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ConditionalOverride.
public RebillingBasis RebillingBasis { get; set; }
Required. The [RebillingBasis][google.cloud.channel.v1.RebillingBasis] to
use for the applied override. Shows the relative cost based on your
repricing costs.
[[["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 `ConditionalOverride` class in the Google.Cloud.Channel.V1 API is used to specify an override that is applied conditionally, offering a way to adjust pricing and rebilling in specific scenarios."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparisons, cloning, and buffered operations."],["The class's properties (`Adjustment`, `RebillingBasis`, and `RepricingCondition`) define how the override adjusts pricing, the basis for rebilling, and the conditions that trigger the override's application, respectively."],["The latest version of the `ConditionalOverride` class available is 2.14.0, with numerous previous versions ranging from 1.0.0 to 2.13.0 available for use."]]],[]]