View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ConditionalOverride (google_api_cloud_channel v0.11.3)
Specifies the override to conditionally apply.
Attributes
-
adjustment
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingAdjustment.t
, default:nil
) - Required. Information about the applied override's adjustment. -
rebillingBasis
(type:String.t
, default:nil
) - Required. The RebillingBasis to use for the applied override. Shows the relative cost based on your repricing costs. -
repricingCondition
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingCondition.t
, default:nil
) - Required. Specifies the condition which, if met, will apply the override.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ConditionalOverride{ adjustment: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingAdjustment.t() | nil, rebillingBasis: String.t() | nil, repricingCondition: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RepricingCondition.t() | nil }