struct Google::Drive::V3::File

Included Modules

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 copy_requires_writer_permission? : Bool #

def description : String | Nil #

def drive_id : String | Nil #

def icon_link : String #

def id : String #

def kind : String #

def last_modifying_user : User #

def mime_type : String #

def name : String #

def owners : Array(User) #

def parents : Array(String) #

Fields requested via the fields HTTP query parameter


def resource_key : String | Nil #

def shared? : Bool #

def size : String | Nil #

def starred? : Bool #

def thumbnail_link : String | Nil #

def trashed? : Bool #

def viewed_by_me? : Bool #

def web_content_link : String | Nil #

def web_view_link : String #