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."],[[["This webpage details the `EnrolledService` class within the `Google.Cloud.AccessApproval.V1` namespace, representing the enrollment of a cloud resource into a specific service."],["The `EnrolledService` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `EnrolledService` class has two constructors, one default and another taking another instance of `EnrolledService` as a parameter, and it has properties for `CloudProduct` and `EnrollmentLevel`."],["The content provides links to different versions of the class, ranging from 1.0.0 to the latest 2.5.0, allowing users to access the documentation for each release."]]],[]]