Class: Google::Apis::AdminReportsV1::FieldValueSelectionListValue
- Inherits:
-
Object
- Object
- Google::Apis::AdminReportsV1::FieldValueSelectionListValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_reports_v1/classes.rb,
lib/google/apis/admin_reports_v1/representations.rb,
lib/google/apis/admin_reports_v1/representations.rb
Overview
Setting a selection list value by selecting multiple values from a dropdown.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::AdminReportsV1::FieldValueSelectionValue>
List of selections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FieldValueSelectionListValue
constructor
A new instance of FieldValueSelectionListValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FieldValueSelectionListValue
Returns a new instance of FieldValueSelectionListValue.
998 999 1000 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 998 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::AdminReportsV1::FieldValueSelectionValue>
List of selections.
Corresponds to the JSON property values
996 997 998 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 996 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1003 1004 1005 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 1003 def update!(**args) @values = args[:values] if args.key?(:values) end |