Class: Google::Ads::AdManager::V1::BatchActivateTeamsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchActivateTeamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/team_service.rb
Overview
Request message for BatchActivateTeams method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the Teams to activate.
Format: networks/{network_code}/teams/{team_id}.
181 182 183 184 |
# File 'proto_docs/google/ads/admanager/v1/team_service.rb', line 181 class BatchActivateTeamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: networks/{network_code}.
181 182 183 184 |
# File 'proto_docs/google/ads/admanager/v1/team_service.rb', line 181 class BatchActivateTeamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |