Class: Google::Cloud::Channel::V1::RepricingConfig::EntitlementGranularity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#entitlement::String

Returns Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.

Returns:

  • (::String)

    Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}



103
104
105
106
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 103

class EntitlementGranularity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end