Show / Hide Table of Contents

Class GoogleCloudApihubV1HttpOperationDetails

An HTTP-based API Operation, sometimes called a "REST" Operation.

Inheritance
object
GoogleCloudApihubV1HttpOperationDetails
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 GoogleCloudApihubV1HttpOperationDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HttpOperation

Required. An HTTP Operation.

Declaration
[JsonProperty("httpOperation")]
public virtual GoogleCloudApihubV1HttpOperation HttpOperation { get; set; }
Property Value
Type Description
GoogleCloudApihubV1HttpOperation

PathParams

Optional. Path params of HttpOperation

Declaration
[JsonProperty("pathParams")]
public virtual IList<GoogleCloudApihubV1PathParam> PathParams { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1PathParam>

QueryParams

Optional. Query params of HttpOperation

Declaration
[JsonProperty("queryParams")]
public virtual IDictionary<string, GoogleCloudApihubV1QueryParam> QueryParams { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudApihubV1QueryParam>

Request

Optional. Request metadata.

Declaration
[JsonProperty("request")]
public virtual GoogleCloudApihubV1HttpRequest Request { get; set; }
Property Value
Type Description
GoogleCloudApihubV1HttpRequest

Response

Optional. Response metadata.

Declaration
[JsonProperty("response")]
public virtual GoogleCloudApihubV1HttpResponse Response { get; set; }
Property Value
Type Description
GoogleCloudApihubV1HttpResponse

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX