Class: Google::Apis::DriveactivityV2::UserList
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::UserList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/driveactivity_v2/classes.rb,
lib/google/apis/driveactivity_v2/representations.rb,
lib/google/apis/driveactivity_v2/representations.rb
Overview
Wrapper for UserList Field value.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserList
constructor
A new instance of UserList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserList
Returns a new instance of UserList.
1835 1836 1837 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::DriveactivityV2::SingleUser>
User values.
Corresponds to the JSON property values
1833 1834 1835 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1833 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1840 1841 1842 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1840 def update!(**args) @values = args[:values] if args.key?(:values) end |