Class: Google::Shopping::Merchant::Conversions::V1::UpdateConversionSourceRequest

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

Overview

Request message for the UpdateConversionSource method.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The new version of the conversion source data.

Returns:



215
216
217
218
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 215

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. List of fields being updated.

Returns:



215
216
217
218
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 215

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