Show / Hide Table of Contents

Class GoogleCloudApihubV1AddonConfig

Configuration for the addon.

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

Properties

AllDataAddonConfig

Configuration for addons which act on all data in the API hub.

Declaration
[JsonProperty("allDataAddonConfig")]
public virtual GoogleCloudApihubV1AllDataAddonConfig AllDataAddonConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1AllDataAddonConfig

ETag

The ETag of the item.

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

GatewayPluginAddonConfig

Configuration for gateway plugin addons.

Declaration
[JsonProperty("gatewayPluginAddonConfig")]
public virtual GoogleCloudApihubV1GatewayPluginAddonConfig GatewayPluginAddonConfig { get; set; }
Property Value
Type Description
GoogleCloudApihubV1GatewayPluginAddonConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX