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.
761 762 763 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 761 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::AdminReportsV1::FieldValueSelectionValue>
List of selections.
Corresponds to the JSON property values
759 760 761 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 759 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
766 767 768 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 766 def update!(**args) @values = args[:values] if args.key?(:values) end |