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 document provides reference documentation for the `ConditionalOverride` class within the Google Cloud Channel v1 API, specifically for version 2.6.0."],["The `ConditionalOverride` class is used to define a pricing override that is conditionally applied, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are several older and newer versions of the `ConditionalOverride` class listed, with the latest version being 2.14.0 and the oldest being 1.0.0."],["The `ConditionalOverride` class contains properties such as `Adjustment`, `RebillingBasis`, and `RepricingCondition`, each with their own data type and descriptions, used to define the nature of the conditional override."],["The document details two constructors for creating a `ConditionalOverride` object: a default constructor and a copy constructor that takes another `ConditionalOverride` instance as a parameter."]]],[]]