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 webpage details the `ProvisionedService` class, which represents a service provisioned for an entitlement within the Google Cloud Channel V1 namespace."],["The latest version of the API is 2.14.0, with numerous prior versions available, ranging from 1.0.0 to 2.13.0, all linked for reference."],["`ProvisionedService` is implemented to be both an IMessage and a class which is IEquatable, IDeepCloneable, and IBufferMessage, and also inherits from Object."],["The `ProvisionedService` class contains properties such as ProductId, ProvisioningId, and SkuId, which are output-only strings and describe aspects of the provisioned resource."],["The webpage content presents information about how to construct the class `ProvisionedService` with two different methods available."]]],[]]