Class: Google::Ads::AdManager::V1::ListContactsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListContactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/contact_service.rb
Overview
Response object for ListContactsRequest containing matching Contact
objects.
Instance Attribute Summary collapse
-
#contacts ⇒ ::Array<::Google::Ads::AdManager::V1::Contact>
The
Contactobjects 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
Contactobjects.
Instance Attribute Details
#contacts ⇒ ::Array<::Google::Ads::AdManager::V1::Contact>
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 107 class ListContactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 107 class ListContactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 107 class ListContactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |