GoogleCloudChannelV1RepricingConfig class
Configuration for repricing a Google bill over a period of time.
Constructors
-
GoogleCloudChannelV1RepricingConfig({GoogleCloudChannelV1RepricingAdjustment? adjustment, GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity? channelPartnerGranularity, List<
GoogleCloudChannelV1ConditionalOverride> ? conditionalOverrides, GoogleTypeDate? effectiveInvoiceMonth, GoogleCloudChannelV1RepricingConfigEntitlementGranularity? entitlementGranularity, String? rebillingBasis}) - GoogleCloudChannelV1RepricingConfig.fromJson(Map json_)
Properties
- adjustment ↔ GoogleCloudChannelV1RepricingAdjustment?
-
Information about the adjustment.
getter/setter pair
- channelPartnerGranularity ↔ GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity?
-
Applies the repricing configuration at the channel partner level.
getter/setter pair
-
conditionalOverrides
↔ List<
GoogleCloudChannelV1ConditionalOverride> ? -
The conditional overrides to apply for this configuration.
getter/setter pair
- effectiveInvoiceMonth ↔ GoogleTypeDate?
-
The YearMonth when these adjustments activate.
getter/setter pair
- entitlementGranularity ↔ GoogleCloudChannelV1RepricingConfigEntitlementGranularity?
-
Applies the repricing configuration at the entitlement level.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rebillingBasis ↔ String?
-
The RebillingBasis to use for this bill.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited