Class MultipleSelectConfig
MultipleSelectConfig represents the multiple options for a config variable.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class MultipleSelectConfig : IDirectResponseSchema
Properties
AllowCustomValues
Optional. Allow custom values.
Declaration
[JsonProperty("allowCustomValues")]
public virtual bool? AllowCustomValues { 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 |
MultipleSelectOptions
Required. Multiple select options.
Declaration
[JsonProperty("multipleSelectOptions")]
public virtual IList<MultipleSelectOption> MultipleSelectOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<MultipleSelectOption> |
ValueSeparator
Required. Value separator. Only "," can be used for OAuth auth code flow scope field.
Declaration
[JsonProperty("valueSeparator")]
public virtual string ValueSeparator { get; set; }
Property Value
Type | Description |
---|---|
string |