Class: Google::Shopping::Merchant::Conversions::V1beta::UpdateConversionSourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

Request message for the UpdateConversionSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_source::Google::Shopping::Merchant::Conversions::V1beta::ConversionSource

Returns Required. The new version of the conversion source data. Format: accounts/{account}/conversionSources/{conversion_source}.

Returns:



213
214
215
216
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 213

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields being updated.

Returns:



213
214
215
216
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 213

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