Class: Google::Ads::AdManager::V1::ListCustomTargetingValuesResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListCustomTargetingValuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb
Overview
Response object for ListCustomTargetingValuesRequest containing matching
CustomTargetingValue objects.
Instance Attribute Summary collapse
-
#custom_targeting_values ⇒ ::Array<::Google::Ads::AdManager::V1::CustomTargetingValue>
The
CustomTargetingValueobjects from the specified network. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#total_size ⇒ ::Integer
Total number of
CustomTargetingValueobjects.
Instance Attribute Details
#custom_targeting_values ⇒ ::Array<::Google::Ads::AdManager::V1::CustomTargetingValue>
96 97 98 99 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 96 class ListCustomTargetingValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
96 97 98 99 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 96 class ListCustomTargetingValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
96 97 98 99 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 96 class ListCustomTargetingValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |