-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharpIssue for the C# client emitter: @typespec/http-client-csharp
Description
/// <summary> Initializes a new instance of Evaluations. </summary>
/// <param name="pipeline"> The HTTP pipeline for sending and receiving REST requests and responses. </param>
/// <param name="endpoint"> Service endpoint. </param>
/// <param name="apiVersion"></param>
internal Evaluations(ClientPipeline pipeline, Uri endpoint, string apiVersion)
{
_endpoint = endpoint;
Pipeline = pipeline;
_apiVersion = apiVersion;
}
Metadata
Metadata
Assignees
Labels
emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharpIssue for the C# client emitter: @typespec/http-client-csharp