Class: Google::Ads::AdManager::V1::CreatePrivateAuctionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

    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.

Returns:



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