public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the
underlying Subscription ID. For Google Cloud Platform, this is the
Billing Account ID of the billing subaccount."
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `ProvisionedService` in the `Google.Cloud.Channel.V1` namespace is 2.14.0."],["`ProvisionedService` is a class representing a service provisioned for an entitlement, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `ProductId`, `ProvisioningId`, and `SkuId`, which provide information about the product, provisioning ID, and SKU associated with the service."],["The class `ProvisionedService` also has two constructors: a parameterless constructor and one that takes another `ProvisionedService` object as a parameter for creating a copy."],["Version history for the `ProvisionedService` class is provided, ranging from version 1.0.0 up to the latest 2.14.0."]]],[]]