Show / Hide Table of Contents

Class GoogleCloudChannelV1ConditionalOverride

Specifies the override to conditionally apply.

Inheritance
object
GoogleCloudChannelV1ConditionalOverride
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ConditionalOverride : IDirectResponseSchema

Properties

Adjustment

Required. Information about the applied override's adjustment.

Declaration
[JsonProperty("adjustment")]
public virtual GoogleCloudChannelV1RepricingAdjustment Adjustment { get; set; }
Property Value
Type Description
GoogleCloudChannelV1RepricingAdjustment

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RebillingBasis

Required. The RebillingBasis to use for the applied override. Shows the relative cost based on your repricing costs.

Declaration
[JsonProperty("rebillingBasis")]
public virtual string RebillingBasis { get; set; }
Property Value
Type Description
string

RepricingCondition

Required. Specifies the condition which, if met, will apply the override.

Declaration
[JsonProperty("repricingCondition")]
public virtual GoogleCloudChannelV1RepricingCondition RepricingCondition { get; set; }
Property Value
Type Description
GoogleCloudChannelV1RepricingCondition

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX