public interface IClientServiceRequest<TResponse> : IClientServiceRequest
A client service request which inherits from IClientServiceRequest and represents a specific
service request with the given response type. It supports both sync and async execution to get the response.
[[["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-05 UTC."],[[["`IClientServiceRequest\u003cTResponse\u003e` is a client service request that inherits from `IClientServiceRequest` and specifies a response type."],["This interface supports both synchronous and asynchronous execution for retrieving the service request's response."],["It includes methods like `Execute()`, `ExecuteAsync()`, and `ExecuteAsync(CancellationToken)` for executing requests."],["It has inherited members such as `MethodName`, `RestPath`, `HttpMethod`, `RequestParameters`, and `Service` from its parent interface `IClientServiceRequest`."],["It works within the `Google.Apis.Requests` namespace and is a part of the `Google.Apis.dll` assembly, and also provides a type parameter `TResponse` that represents the response of the service."]]],[]]