Class GoogleCloudApihubV1ManageAddonConfigRequest
The ManageAddonConfig method's request.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ManageAddonConfigRequest : IDirectResponseSchema
Properties
Config
Required. The config of the addon to be managed. This config will replace the config present in the addon. The type of the config should match the config type already present in the addon.
Declaration
[JsonProperty("config")]
public virtual GoogleCloudApihubV1AddonConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1AddonConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |