public sealed class EntitlementGranularity : IMessage<RepricingConfig.Types.EntitlementGranularity>, IEquatable<RepricingConfig.Types.EntitlementGranularity>, IDeepCloneable<RepricingConfig.Types.EntitlementGranularity>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RepricingConfig.Types.EntitlementGranularity.
Applies the repricing configuration at the entitlement level.
Implements
IMessage<RepricingConfig.Types.EntitlementGranularity>, IEquatable<RepricingConfig.Types.EntitlementGranularity>, IDeepCloneable<RepricingConfig.Types.EntitlementGranularity>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
EntitlementGranularity()
public EntitlementGranularity()
EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity)
public EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity other)
Parameter | |
---|---|
Name | Description |
other | RepricingConfig.Types.EntitlementGranularity |
Properties
Entitlement
public string Entitlement { get; set; }
Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Property Value | |
---|---|
Type | Description |
String |