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.
1829 1830 1831 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1829 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::DriveactivityV2::SingleUser>
User values.
Corresponds to the JSON property values
1827 1828 1829 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1827 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1834 1835 1836 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1834 def update!(**args) @values = args[:values] if args.key?(:values) end |