Class GoogleCloudApihubV1ConfigTemplate
ConfigTemplate represents the configuration template for a plugin.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ConfigTemplate : IDirectResponseSchema
Properties
AdditionalConfigTemplate
Optional. The list of additional configuration variables for the plugin's configuration.
Declaration
[JsonProperty("additionalConfigTemplate")]
public virtual IList<GoogleCloudApihubV1ConfigVariableTemplate> AdditionalConfigTemplate { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudApihubV1ConfigVariableTemplate> |
AuthConfigTemplate
Optional. The authentication template for the plugin.
Declaration
[JsonProperty("authConfigTemplate")]
public virtual GoogleCloudApihubV1AuthConfigTemplate AuthConfigTemplate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1AuthConfigTemplate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |