Class: Vk::API::Docs::DocUploadResponse

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/docs/doc_upload_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#fileString

Returns Uploaded file data.

Returns:

  • (String)

    Uploaded file data



11
# File 'lib/vk/api/docs/doc_upload_response.rb', line 11

attribute :file, API::Types::Coercible::String.optional.default(nil)