Class GoogleCloudApihubV1AddonConfig
Configuration for the addon.
Implements
Inherited Members
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 |