Class: Google::Ads::AdManager::V1::SearchAdReviewCenterAdsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb

Overview

Response object for SearchAdReviewCenterAds method.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_review_center_ads::Array<::Google::Ads::AdManager::V1::AdReviewCenterAd>

Returns The AdReviewCenterAds that match the search request.

Returns:



87
88
89
90
# File 'proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb', line 87

class SearchAdReviewCenterAdsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



87
88
89
90
# File 'proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb', line 87

class SearchAdReviewCenterAdsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end