Class GoogleCloudApihubV1HttpOperationDetails
An HTTP-based API Operation, sometimes called a "REST" Operation.
Implements
Inherited Members
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 |