Class GoogleCloudApihubV1GatewayPluginAddonConfig
Configuration for gateway plugin addons. This is used to specify the list of gateway plugin configs for which the addon is enabled.
Implements
Inherited Members
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> |