Class: Google::Ads::AdManager::V1::RequestPlatformTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::RequestPlatformTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Represents a list of targeted request platforms.
Instance Attribute Summary collapse
-
#request_platforms ⇒ ::Array<::Google::Ads::AdManager::V1::RequestPlatformEnum::RequestPlatform>
Optional.
Instance Attribute Details
#request_platforms ⇒ ::Array<::Google::Ads::AdManager::V1::RequestPlatformEnum::RequestPlatform>
Returns Optional. The list of request platforms that should be targeted.
175 176 177 178 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 175 class RequestPlatformTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |