Class: Google::Ads::AdManager::V1::UpdatePrivateAuctionDealRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdatePrivateAuctionDealRequest
- 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
-
#private_auction_deal ⇒ ::Google::Ads::AdManager::V1::PrivateAuctionDeal
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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.
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 |