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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `EnableServiceRequest` class within the `Google.Cloud.ServiceUsage.V1` namespace, specifically version 2.0.0, and its role in enabling services."],["The `EnableServiceRequest` class is a request message for the `EnableService` method, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances of `EnableServiceRequest`, both with and without an existing `EnableServiceRequest` object."],["The class has one property called `Name`, which is a string representing the consumer and service name to enable; this is a requirement of the `EnableService` method, usually found within a projects name."],["The documentation indicates that the latest version of the request is 2.5.0, with all previous versions from 2.4.0 back to 1.0.0 available, including the current 2.0.0."]]],[]]