Class HttpOperationResponse<T>
Represents the base return type of all ServiceClient REST operations.
Inherited Members
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public class HttpOperationResponse<T> : HttpOperationResponse, IDisposable, IHttpOperationResponse<T>, IHttpOperationResponse
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
View SourceHttpOperationResponse()
Declaration
public HttpOperationResponse()
Properties
View SourceBody
Gets or sets the response object.
Declaration
public T Body { get; set; }
Property Value
| Type | Description |
|---|---|
| T |