module Google::Drive::V3::CommentData

Included Modules

Direct including types

Defined in:

drive.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(pull : MessagePack::Unpacker) #

Instance Method Detail

def author : User #

def content : String #

def created_time : Time #

def deleted? : Bool #

def html_content : String #

def id : String #

def kind : String #

def modified_time : Time #