Class: Google::Ads::AdManager::V1::BatchCreateSlatesResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateSlatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/slate_service.rb
Overview
Response object for BatchCreateSlates method.
Instance Attribute Summary collapse
-
#slates ⇒ ::Array<::Google::Ads::AdManager::V1::Slate>
The
Slateobjects created.
Instance Attribute Details
#slates ⇒ ::Array<::Google::Ads::AdManager::V1::Slate>
Returns The Slate objects created.
128 129 130 131 |
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 128 class BatchCreateSlatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |