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 latest version available for `ConditionalOverride` within the Cloud Channel v1 API is 2.14.0, with multiple prior versions also accessible."],["`ConditionalOverride` is a class used within the Google Cloud Channel v1 API, designed to specify conditional overrides for rebilling and repricing."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits members from the `Object` class."],["`ConditionalOverride` contains three key properties: `Adjustment`, `RebillingBasis`, and `RepricingCondition`, which are essential for configuring the conditional override."],["The documentation includes constructors for `ConditionalOverride`, allowing for the creation of new instances and copying existing ones."]]],[]]