Class: Google::Shopping::Merchant::Products::V1beta::DeleteProductInputRequest

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

Overview

Request message for the DeleteProductInput method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns Required. The primary or supplemental data source from which the product input should be deleted. Format: accounts/{account}/dataSources/{datasource}.

Returns:

  • (::String)

    Required. The primary or supplemental data source from which the product input should be deleted. Format: accounts/{account}/dataSources/{datasource}.



144
145
146
147
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 144

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

#name::String

Returns Required. The name of the product input resource to delete. Format: accounts/{account}/productInputs/{product}.

Returns:

  • (::String)

    Required. The name of the product input resource to delete. Format: accounts/{account}/productInputs/{product}



144
145
146
147
# File 'proto_docs/google/shopping/merchant/products/v1beta/productinputs.rb', line 144

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