Show / Hide Table of Contents

Class GoogleCloudApihubV1GatewayPluginAddonConfig

Configuration for gateway plugin addons. This is used to specify the list of gateway plugin configs for which the addon is enabled.

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

Properties

ETag

The ETag of the item.

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

GatewayPluginConfigs

Required. The list of gateway plugin configs for which the addon is enabled. Each gateway plugin config should have a unique plugin instance.

Declaration
[JsonProperty("gatewayPluginConfigs")]
public virtual IList<GoogleCloudApihubV1GatewayPluginConfig> GatewayPluginConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1GatewayPluginConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX