public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This webpage details the `ProvisionedService` class within the `Google.Cloud.Channel.V1` namespace, which represents a service provisioned for an entitlement."],["The latest version of the `ProvisionedService` documentation is 2.14.0, and previous versions ranging from 1.0.0 up to 2.13.0 are also documented and available."],["The `ProvisionedService` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ProvisionedService` class include `ProductId`, `ProvisioningId`, and `SkuId`, which provide information about the provisioned resource, with all being output-only."],["The page provides information on the constructors of `ProvisionedService`, showing that it can be created as an empty instance, or by using another `ProvisionedService` as a template."]]],[]]