Class: Google::Apis::AdminReportsV1::FieldValueUserListValue

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 user list value by selecting multiple users.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FieldValueUserListValue

Returns a new instance of FieldValueUserListValue.



1068
1069
1070
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 1068

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::AdminReportsV1::FieldValueUserValue>

List of users. Corresponds to the JSON property values



1066
1067
1068
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 1066

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1073
1074
1075
# File 'lib/google/apis/admin_reports_v1/classes.rb', line 1073

def update!(**args)
  @values = args[:values] if args.key?(:values)
end