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