Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1RepricingConfigEntitlementGranularity
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Applies the repricing configuration at the entitlement level.
Instance Attribute Summary collapse
-
#entitlement ⇒ String
Resource name of the entitlement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1RepricingConfigEntitlementGranularity
constructor
A new instance of GoogleCloudChannelV1RepricingConfigEntitlementGranularity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1RepricingConfigEntitlementGranularity
Returns a new instance of GoogleCloudChannelV1RepricingConfigEntitlementGranularity.
2275 2276 2277 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2275 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entitlement ⇒ String
Resource name of the entitlement. Format: accounts/account_id
/customers/
customer_id
/entitlements/entitlement_id
Corresponds to the JSON property entitlement
2273 2274 2275 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2273 def entitlement @entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2280 2281 2282 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2280 def update!(**args) @entitlement = args[:entitlement] if args.key?(:entitlement) end |