public sealed class RepricingConfig.Types.EntitlementGranularity : IMessage<RepricingConfig.Types.EntitlementGranularity>, IEquatable<RepricingConfig.Types.EntitlementGranularity>, IDeepCloneable<RepricingConfig.Types.EntitlementGranularity>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class RepricingConfig.Types.EntitlementGranularity.
Applies the repricing configuration at the entitlement level.
Implements
IMessageRepricingConfigTypesEntitlementGranularity, IEquatableRepricingConfigTypesEntitlementGranularity, IDeepCloneableRepricingConfigTypesEntitlementGranularity, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
EntitlementGranularity()
public EntitlementGranularity()EntitlementGranularity(EntitlementGranularity)
public EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity other)| Parameter | |
|---|---|
| Name | Description |
other |
RepricingConfigTypesEntitlementGranularity |
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 |
|
EntitlementAsEntitlementName
public EntitlementName EntitlementAsEntitlementName { get; set; }EntitlementName-typed view over the Entitlement resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntitlementName |
|