Class: Google::Apis::AdminReportsV1::FieldValueUserListValue
- Inherits:
-
Object
- Object
- Google::Apis::AdminReportsV1::FieldValueUserListValue
- 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 user list value by selecting multiple users.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ FieldValueUserListValue
constructor
A new instance of FieldValueUserListValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FieldValueUserListValue
Returns a new instance of FieldValueUserListValue.
831 832 833 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 831 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::AdminReportsV1::FieldValueUserValue>
List of users.
Corresponds to the JSON property values
829 830 831 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 829 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
836 837 838 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 836 def update!(**args) @values = args[:values] if args.key?(:values) end |