Class: Vk::API::Photos::MarketUploadResponse

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

Overview

Instance Method Summary collapse

Instance Method Details

#crop_dataString



19
# File 'lib/vk/api/photos/market_upload_response.rb', line 19

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

#crop_hashString



21
# File 'lib/vk/api/photos/market_upload_response.rb', line 21

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

#group_idInteger



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

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

#hashString



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

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

#photoString



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

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

#serverInteger



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

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