class Google::Apis::DriveactivityV2::Post

A regular posted comment.

Attributes

subtype[RW]

The sub-type of this event. Corresponds to the JSON property `subtype` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 1081
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/driveactivity_v2/classes.rb, line 1086
def update!(**args)
  @subtype = args[:subtype] if args.key?(:subtype)
end