Show / Hide Table of Contents

Class ConfigVariable

ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.

Inheritance
object
ConfigVariable
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ConfigVariable : IDirectResponseSchema

Properties

BoolValue

Value is a bool.

Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptionKeyValue

Value is a Encryption Key.

Declaration
[JsonProperty("encryptionKeyValue")]
public virtual EncryptionKey EncryptionKeyValue { get; set; }
Property Value
Type Description
EncryptionKey

IntValue

Value is an integer

Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type Description
long?

Key

Optional. Key of the config variable.

Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type Description
string

SecretValue

Value is a secret.

Declaration
[JsonProperty("secretValue")]
public virtual Secret SecretValue { get; set; }
Property Value
Type Description
Secret

StringValue

Value is a string.

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX