Show / Hide Table of Contents

Class GoogleCloudApihubV1OperationConfig

API hub Operation config.

Inheritance
object
GoogleCloudApihubV1OperationConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX