Class HttpOperationHttpResponse
An aggregation of HTTP responses.
Implements
Inherited Members
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?> |