Class GoogleCloudChannelV1ConditionalOverride
Specifies the override to conditionally apply.
Implements
Inherited Members
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 |