Class: Google::Shopping::Merchant::Conversions::V1beta::UndeleteConversionSourceRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the conversion source to be undeleted. Format: accounts/{account}/conversionSources/{conversion_source}.

Returns:

  • (::String)

    Required. The name of the conversion source to be undeleted. Format: accounts/{account}/conversionSources/{conversion_source}



233
234
235
236
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 233

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