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."],[[["This webpage provides documentation for the `IClientServiceRequest\u003cTResponse\u003e` interface within the Google.Apis.Requests namespace, which represents a specific service request with a defined response type."],["`IClientServiceRequest\u003cTResponse\u003e` inherits from `IClientServiceRequest` and includes support for both synchronous and asynchronous request execution."],["The interface offers methods for executing requests, such as `Execute()`, `ExecuteAsync()`, and `ExecuteAsync(CancellationToken)`, enabling the retrieval of response objects."],["It also lists the multiple version and their links for the `IClientServiceRequest\u003cTResponse\u003e`, with version 1.69.0 being the latest."],["The `IClientServiceRequest` contains several inherited members for managing various aspects of the HTTP request such as the `MethodName`, `RestPath`, `HttpMethod` and more."]]],[]]