Cloud Channel v1 API - Class RepricingConfig.Types.EntitlementGranularity (2.11.0)

public sealed class RepricingConfig.Types.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.

Inheritance

object > RepricingConfig.Types.EntitlementGranularity

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

EntitlementGranularity()

public EntitlementGranularity()

EntitlementGranularity(EntitlementGranularity)

public EntitlementGranularity(RepricingConfig.Types.EntitlementGranularity other)
Parameter
NameDescription
otherRepricingConfigTypesEntitlementGranularity

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