Class: Google::Ads::AdManager::V1::ListCustomTargetingKeysResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListCustomTargetingKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb
Overview
Response object for ListCustomTargetingKeysRequest containing matching
CustomTargetingKey objects.
Instance Attribute Summary collapse
-
#custom_targeting_keys ⇒ ::Array<::Google::Ads::AdManager::V1::CustomTargetingKey>
The
CustomTargetingKeyobjects 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
CustomTargetingKeyobjects.
Instance Attribute Details
#custom_targeting_keys ⇒ ::Array<::Google::Ads::AdManager::V1::CustomTargetingKey>
93 94 95 96 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 93 class ListCustomTargetingKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
93 94 95 96 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 93 class ListCustomTargetingKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
93 94 95 96 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 93 class ListCustomTargetingKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |