Class MultipleSelectOption
MultiplSelecteOption represents the single option for a config variable.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class MultipleSelectOption : IDirectResponseSchema
Properties
Description
Optional. Value of the option.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. Display name of the option.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Required. Key of the option.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Preselected
Optional. Indicates if the option is preselected.
Declaration
[JsonProperty("preselected")]
public virtual bool? Preselected { get; set; }
Property Value
Type | Description |
---|---|
bool? |