public sealed class EnrolledService : IMessage<EnrolledService>, IEquatable<EnrolledService>, IDeepCloneable<EnrolledService>, IBufferMessage, IMessage
Represents the enrollment of a cloud resource into a specific service.
[[["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-17 UTC."],[[["The latest version of the `EnrolledService` class is 2.5.0, part of the Google.Cloud.AccessApproval.V1 library, with several previous versions also available."],["`EnrolledService` represents the enrollment of a cloud resource into a specific service, implementing multiple interfaces including `IMessage` and `IDeepCloneable`."],["This class includes two constructors: a default constructor and one that accepts another `EnrolledService` object as a parameter."],["The `EnrolledService` class contains properties `CloudProduct` which is a string representing the service the resource is being enrolled into, and `EnrollmentLevel`, which indicates the enrollment level of the service."]]],[]]