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