Class: Google::Ads::AdManager::V1::CreatePrivateAuctionDealRequest

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

Overview

Request object for CreatePrivateAuctionDeal method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



108
109
110
111
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 108

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

#private_auction_deal::Google::Ads::AdManager::V1::PrivateAuctionDeal

Returns Required. The PrivateAuctionDeal to create.

Returns:



108
109
110
111
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 108

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