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