Class: Google::Ads::AdManager::V1::ListPlacementsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListPlacementsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/placement_service.rb
Overview
Response object for ListPlacementsRequest containing matching Placement
objects.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#placements ⇒ ::Array<::Google::Ads::AdManager::V1::Placement>
The
Placementobjects from the specified network. -
#total_size ⇒ ::Integer
Total number of
Placementobjects.
Instance Attribute Details
#next_page_token ⇒ ::String
92 93 94 95 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 92 class ListPlacementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#placements ⇒ ::Array<::Google::Ads::AdManager::V1::Placement>
92 93 94 95 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 92 class ListPlacementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
92 93 94 95 |
# File 'proto_docs/google/ads/admanager/v1/placement_service.rb', line 92 class ListPlacementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |