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."],[[["This webpage provides documentation for the `ConditionalOverride` class within the Google Cloud Channel v1 API, which is used to specify overrides that can be conditionally applied."],["The `ConditionalOverride` class is part of the `Google.Cloud.Channel.V1` namespace and is implemented through multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.14.0, but the content on this page focuses on version 2.11.0, and it lists various versions of the class's documentation from 1.0.0 to 2.14.0."],["Key properties of `ConditionalOverride` include `Adjustment` for override adjustments, `RebillingBasis` for determining relative cost, and `RepricingCondition` for defining the condition to apply the override."],["The `ConditionalOverride` class offers two constructors: a default one and one that allows copying an existing `ConditionalOverride` object."]]],[]]