Class: Google::Ads::AdManager::V1::SearchAdReviewCenterAdsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::SearchAdReviewCenterAdsResponse
- 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
-
#ad_review_center_ads ⇒ ::Array<::Google::Ads::AdManager::V1::AdReviewCenterAd>
The AdReviewCenterAds that match the search request.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#ad_review_center_ads ⇒ ::Array<::Google::Ads::AdManager::V1::AdReviewCenterAd>
Returns The AdReviewCenterAds that match the search request.
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.
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 |