public sealed class EnableServiceRequest : IMessage<EnableServiceRequest>, IEquatable<EnableServiceRequest>, IDeepCloneable<EnableServiceRequest>, 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-03-21 UTC."],[[["This webpage details the `EnableServiceRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, used for requesting the enablement of a service."],["The latest version of the `EnableServiceRequest` class is 2.4.0, with versions ranging from 1.1.0 up to 2.4.0 available."],["The `EnableServiceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor `EnableServiceRequest()` and a copy constructor `EnableServiceRequest(EnableServiceRequest other)`."],["`EnableServiceRequest` has two properties: `ConsumerId` which is a string representing the consumer resource identity, and `ServiceName`, a string that represents the name of the service to enable."]]],[]]