Interface IHttpOperationResponse<T>
Represents the base return type of all ServiceClient REST operations with response body.
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationResponse<T> : IHttpOperationResponse
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
View SourceBody
Gets or sets the response object.
Declaration
T Body { get; set; }
Property Value
| Type | Description |
|---|---|
| T |