Show / Hide Table of Contents

Class MultipleSelectConfig

MultipleSelectConfig represents the multiple options for a config variable.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX