Class: Google::Ads::AdManager::V1::CreatePrivateAuctionRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreatePrivateAuctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/private_auction_service.rb
Overview
Request object for CreatePrivateAuction
method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#private_auction ⇒ ::Google::Ads::AdManager::V1::PrivateAuction
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where this PrivateAuction
will be
created. Format: networks/{network_code}
.
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_service.rb', line 107 class CreatePrivateAuctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_auction ⇒ ::Google::Ads::AdManager::V1::PrivateAuction
Returns Required. The PrivateAuction
to create.
107 108 109 110 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_service.rb', line 107 class CreatePrivateAuctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |