Class: Google::Apis::DriveactivityV2::Assignment
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Assignment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/driveactivity_v2/classes.rb,
generated/google/apis/driveactivity_v2/representations.rb,
generated/google/apis/driveactivity_v2/representations.rb
Overview
A comment with an assignment.
Instance Attribute Summary collapse
-
#subtype ⇒ String
The sub-type of this event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Assignment
constructor
A new instance of Assignment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Assignment
Returns a new instance of Assignment
260 261 262 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 260 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subtype ⇒ String
The sub-type of this event.
Corresponds to the JSON property subtype
258 259 260 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 258 def subtype @subtype end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
265 266 267 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 265 def update!(**args) @subtype = args[:subtype] if args.key?(:subtype) end |