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