Class RepricingConfig.Types.EntitlementGranularity (1.7.0)

public sealed class EntitlementGranularity : IMessage<RepricingConfig.Types.EntitlementGranularity>, IEquatable<RepricingConfig.Types.EntitlementGranularity>, IDeepCloneable<RepricingConfig.Types.EntitlementGranularity>, IBufferMessage, IMessage

Applies the repricing configuration at the entitlement level.

Inheritance

Object > RepricingConfig.Types.EntitlementGranularity

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

EntitlementGranularity()

public EntitlementGranularity()

EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity)

public EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity other)
Parameter
NameDescription
otherRepricingConfig.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
TypeDescription
String