Class: Google::Ads::AdManager::V1::BatchCreateSitesRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateSitesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/site_service.rb
Overview
Request object for BatchCreateSites method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateSiteRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where Sites will be created.
Format: networks/{network_code}
The parent field in the CreateSiteRequest must match this
field.
120 121 122 123 |
# File 'proto_docs/google/ads/admanager/v1/site_service.rb', line 120 class BatchCreateSitesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateSiteRequest>
Returns Required. The Site objects to create.
A maximum of 100 objects can be created in a batch.
120 121 122 123 |
# File 'proto_docs/google/ads/admanager/v1/site_service.rb', line 120 class BatchCreateSitesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |