Class: Google::Ads::AdManager::V1::CreateTeamRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/team_service.rb

Overview

Request object for CreateTeam method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where this Team will be created. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent resource where this Team will be created. Format: networks/{network_code}



104
105
106
107
# File 'proto_docs/google/ads/admanager/v1/team_service.rb', line 104

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

#team::Google::Ads::AdManager::V1::Team

Returns Required. The Team to create.

Returns:



104
105
106
107
# File 'proto_docs/google/ads/admanager/v1/team_service.rb', line 104

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