Class: Google::Ads::AdManager::V1::BatchCreateTeamsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateTeamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/team_service.rb
Overview
Request object for BatchCreateTeams method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateTeamRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where Teams will be created.
Format: networks/{network_code}
The parent field in the CreateTeamRequest must match this
field.
120 121 122 123 |
# File 'proto_docs/google/ads/admanager/v1/team_service.rb', line 120 class BatchCreateTeamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateTeamRequest>
Returns Required. The Team 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/team_service.rb', line 120 class BatchCreateTeamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |