Show / Hide Table of Contents

Interface IHttpOperationResponse<T>

Represents the base return type of all ServiceClient REST operations with response body.

Inherited Members
IHttpOperationResponse.Request
IHttpOperationResponse.Response
Namespace: k8s.Autorest
Assembly: KubernetesClient.dll
Syntax
public interface IHttpOperationResponse<T> : IHttpOperationResponse
Type Parameters
Name Description
T

Properties

View Source

Body

Gets or sets the response object.

Declaration
T Body { get; set; }
Property Value
Type Description
T
  • View Source
In this article
Back to top Generated by DocFX