Class FieldValueSelectionListValue
Setting a selection list value by selecting multiple values from a dropdown.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class FieldValueSelectionListValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
List of selections.
Declaration
[JsonProperty("values")]
public virtual IList<FieldValueSelectionValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FieldValueSelectionValue> |