Class GoogleCloudApihubV1HttpResponse
An aggregation of HTTP responses.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1HttpResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headers
Optional. Unordered map from header name to header metadata
Declaration
[JsonProperty("headers")]
public virtual IDictionary<string, GoogleCloudApihubV1Header> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudApihubV1Header> |
ResponseCodes
Optional. 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?> |