Show / Hide Table of Contents

Class GoogleCloudApihubV1HttpResponse

An aggregation of HTTP responses.

Inheritance
object
GoogleCloudApihubV1HttpResponse
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.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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX