Class: Google::Ads::AdManager::V1::CreatePrivateAuctionDealRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreatePrivateAuctionDealRequest
- 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
-
#parent ⇒ ::String
Required.
-
#private_auction_deal ⇒ ::Google::Ads::AdManager::V1::PrivateAuctionDeal
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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 |