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.
962 963 964 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::AdminReportsV1::FieldValueUserValue>
List of users.
Corresponds to the JSON property values
960 961 962 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 960 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
967 968 969 |
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 967 def update!(**args) @values = args[:values] if args.key?(:values) end |