Class: Google::Cloud::Channel::V1::RepricingConfig::EntitlementGranularity
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::RepricingConfig::EntitlementGranularity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
Applies the repricing configuration at the entitlement level.
Instance Attribute Summary collapse
-
#entitlement ⇒ ::String
Resource name of the entitlement.
Instance Attribute Details
#entitlement ⇒ ::String
Returns Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.
120 121 122 123 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 120 class EntitlementGranularity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |