Class ConnectorConfigurationParameterValue
Represents a value for a connector parameter.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfigurationParameterValue : IDirectResponseSchema
Properties
BoolValue
A boolean parameter value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DoubleValue
A double parameter value.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Int32Value
An int32 parameter value.
Declaration
[JsonProperty("int32Value")]
public virtual int? Int32Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SecretValue
A secret parameter value. Allowed only for Authentication parameters.
Declaration
[JsonProperty("secretValue")]
public virtual ConnectorConfigurationSecret SecretValue { get; set; }
Property Value
| Type | Description |
|---|---|
| ConnectorConfigurationSecret |
StringValue
A string parameter value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |