Class: Google::Ads::AdManager::V1::GetPrivateAuctionRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GetPrivateAuctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/private_auction_service.rb
Overview
Request object for GetPrivateAuction
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the PrivateAuction.
Format:
networks/{network_code}/privateAuctions/{private_auction_id}
.
30 31 32 33 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_service.rb', line 30 class GetPrivateAuctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |