Class: Google::Ads::AdManager::V1::GetPrivateAuctionDealRequest

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 GetPrivateAuctionDeal method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the PrivateAuctionDeal. Format: networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}.

Returns:

  • (::String)

    Required. The resource name of the PrivateAuctionDeal. Format: networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}



30
31
32
33
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 30

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