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 allows for the application of conditional overrides, as seen with the class being specified as `public sealed class ConditionalOverride`."],["This class has constructors, such as `ConditionalOverride()` and `ConditionalOverride(ConditionalOverride other)`, allowing for the creation of new `ConditionalOverride` objects and the ability to copy them."],["`ConditionalOverride` utilizes properties like `Adjustment`, `RebillingBasis`, and `RepricingCondition` to manage the specifics of the override."],["The page lists various versions of `ConditionalOverride` documentation, with version 2.14.0 being the latest and 1.0.0 being the oldest listed, showing versioning information and linking to previous versions."],["The documentation provided shows that the class `ConditionalOverride` implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, showing different functionalities of the class."]]],[]]