Class GoogleCloudApihubV1OperationConfig
API hub Operation config.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1OperationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpOperation
The HTTP operation config.
Declaration
[JsonProperty("httpOperation")]
public virtual GoogleCloudApihubV1HttpOperationConfig HttpOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1HttpOperationConfig |
Operation
Full API Hub operation resource name:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |