Class: Vk::API::Photos::MarketAlbumUploadResponse

Inherits:
Schema::Object
  • Object
show all
Defined in:
lib/vk/api/photos/market_album_upload_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#gidInteger

Returns Community ID.

Returns:

  • (Integer)

    Community ID



11
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 11

attribute :gid, API::Types::Coercible::Int.optional.default(nil)

#hashString

Returns Uploading hash.

Returns:

  • (String)

    Uploading hash



17
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 17

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

#photoString

Returns Uploaded photo data.

Returns:

  • (String)

    Uploaded photo data



15
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 15

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

#serverInteger

Returns Upload server number.

Returns:

  • (Integer)

    Upload server number



13
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 13

attribute :server, API::Types::Coercible::Int.optional.default(nil)