Class: Vk::API::Photos::MarketAlbumUploadResponse
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Photos::MarketAlbumUploadResponse
- Defined in:
- lib/vk/api/photos/market_album_upload_response.rb
Overview
Instance Method Summary collapse
-
#gid ⇒ Integer
Community ID.
-
#hash ⇒ String
Uploading hash.
-
#photo ⇒ String
Uploaded photo data.
-
#server ⇒ Integer
Upload server number.
Instance Method Details
#gid ⇒ Integer
Returns Community ID.
11 |
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 11 attribute :gid, API::Types::Coercible::Int.optional.default(nil) |
#hash ⇒ String
Returns Uploading hash.
17 |
# File 'lib/vk/api/photos/market_album_upload_response.rb', line 17 attribute :hash, API::Types::Coercible::String.optional.default(nil) |