Class: Vk::API::Ads::Responses::GetUploadUrlResponse

Inherits:
Schema::Response
  • Object
show all
Defined in:
lib/vk/api/ads/responses/get_upload_url_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseString

Returns Photo upload URL.

Returns:

  • (String)

    Photo upload URL



11
# File 'lib/vk/api/ads/responses/get_upload_url_response.rb', line 11

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