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