Class: Google::Apis::DriveactivityV2::Post

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Post

Returns a new instance of Post.



1080
1081
1082
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1080

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#subtypeString

The sub-type of this event. Corresponds to the JSON property subtype

Returns:

  • (String)


1078
1079
1080
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1078

def subtype
  @subtype
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1085
1086
1087
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1085

def update!(**args)
  @subtype = args[:subtype] if args.key?(:subtype)
end