Show / Hide Table of Contents

Class HttpOperationHttpResponse

An aggregation of HTTP responses.

Inheritance
object
HttpOperationHttpResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIManagement.v1alpha.Data
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class HttpOperationHttpResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headers

Unordered map from header name to header metadata

Declaration
[JsonProperty("headers")]
public virtual IDictionary<string, HttpOperationHeader> Headers { get; set; }
Property Value
Type Description
IDictionary<string, HttpOperationHeader>

ResponseCodes

Map of status code to observed count

Declaration
[JsonProperty("responseCodes")]
public virtual IDictionary<string, long?> ResponseCodes { get; set; }
Property Value
Type Description
IDictionary<string, long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX