public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetProviderRequest.
[[["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 document provides reference documentation for the `GetProviderRequest` class within the Eventarc v1 API, detailing its structure and usage."],["The latest version of the API is 2.6.0, but there are multiple prior versions available, ranging from 1.0.0 to 2.5.0."],["`GetProviderRequest` class is a sealed class used to get providers, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetProviderRequest` class has two constructors, one empty and one that accepts another instance of `GetProviderRequest`, along with properties including `Name` (string) and `ProviderName` (ProviderName)."],["The `Name` property is a string that is required and represents the name of the provider you want to get, and `ProviderName` provides a typed view of the `Name` property."]]],[]]