Class: Google::Ads::AdManager::V1::Team

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Identifier. The resource name of the Team. Format: networks/{network_code}/teams/{team_id}.

Returns:

  • (::String)

    Identifier. The resource name of the Team. Format: networks/{network_code}/teams/{team_id}



33
34
35
36
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 33

class Team
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#team_id::Integer (readonly)

Returns Output only. The unique ID of the Team. This value is assigned by Google. Teams that are created by Google will have negative IDs.

Returns:

  • (::Integer)

    Output only. The unique ID of the Team. This value is assigned by Google. Teams that are created by Google will have negative IDs.



33
34
35
36
# File 'proto_docs/google/ads/admanager/v1/team_messages.rb', line 33

class Team
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end