Class: Google::Apis::AdminReportsV1::FieldValueSelectionListValue

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#valuesArray<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