Sha256: d8358d7ce671e0908ed17009f4d2a4ed73387e4b5b93e88c379ea29a9b1233f0
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Ads < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class GetTargetingStatsResponse < Vk::Schema::Response # @return [API::Ads::TargStats] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :response, Dry::Types[API::Ads::TargStats].optional end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/ads/responses/get_targeting_stats_response.rb |