Show / Hide Table of Contents

Class GoogleCloudApihubV1ConfigTemplate

ConfigTemplate represents the configuration template for a plugin.

Inheritance
object
GoogleCloudApihubV1ConfigTemplate
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX