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
-
#access_type ⇒ ::Google::Ads::AdManager::V1::TeamAccessTypeEnum::TeamAccessType
Optional.
-
#all_companies_access ⇒ ::Boolean
Optional.
-
#all_inventory_access ⇒ ::Boolean
Optional.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#status ⇒ ::Google::Ads::AdManager::V1::TeamStatusEnum::TeamStatus
readonly
Output only.
Instance Attribute Details
#access_type ⇒ ::Google::Ads::AdManager::V1::TeamAccessTypeEnum::TeamAccessType
Returns Optional. The default access to orders for users on this team.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#all_companies_access ⇒ ::Boolean
Returns Optional. Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#all_inventory_access ⇒ ::Boolean
Returns Optional. Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The description of the Team. This value has a maximum length of 255 characters.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The name of the Team. This value has a maximum length of 127 characters.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Team.
Format: networks/{network_code}/teams/{team_id}.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::TeamStatusEnum::TeamStatus (readonly)
Returns Output only. The status of the Team. This value determines the visibility of the team in the UI.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 54 class Team include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |