Class: Google::Ads::AdManager::V1::Team
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Team
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/team_messages.rb
Overview
A Team defines a grouping of users and what entities they have access to.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The resource name of the Team
.
Format: networks/{network_code}/teams/{team_id}
.
29 30 31 32 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 29 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |