Class: Google::Ads::AdManager::V1::UpdatePrivateAuctionDealRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#private_auction_deal::Google::Ads::AdManager::V1::PrivateAuctionDeal

Returns Required. The PrivateAuctionDeal to update.

The PrivateAuctionDeal's name is used to identify the PrivateAuctionDeal to update.

Returns:



123
124
125
126
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 123

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



123
124
125
126
# File 'proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb', line 123

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