public sealed class EnablePluginRequest : IMessage<EnablePluginRequest>, IEquatable<EnablePluginRequest>, IDeepCloneable<EnablePluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class EnablePluginRequest.
The [EnablePlugin][google.cloud.apihub.v1.ApiHubPlugin.EnablePlugin] method's
request.
[[["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."],[[["The `EnablePluginRequest` class is part of the API hub v1 API and is used to construct requests for the `EnablePlugin` method."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor, and a constructor that accepts another `EnablePluginRequest` object."],["It features properties `Name` (a string representing the plugin's resource name) and `PluginName` (a `PluginName`-typed view of the `Name` property)."],["The `EnablePluginRequest` class is located in the `Google.Cloud.ApiHub.V1` namespace within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]