Class: Google::Apis::DriveactivityV2::Post
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Post
- 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 regular posted comment.
Instance Attribute Summary collapse
-
#subtype ⇒ String
The sub-type of this event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Post
constructor
A new instance of Post.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Post
Returns a new instance of Post
957 958 959 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 957 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subtype ⇒ String
The sub-type of this event.
Corresponds to the JSON property subtype
955 956 957 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 955 def subtype @subtype end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
962 963 964 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 962 def update!(**args) @subtype = args[:subtype] if args.key?(:subtype) end |