Class: Google::Shopping::Merchant::DataSources::V1beta::DeleteDataSourceRequest

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

Overview

Request message for the DeleteDataSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the data source to delete. Format: accounts/{account}/dataSources/{datasource}.

Returns:

  • (::String)

    Required. The name of the data source to delete. Format: accounts/{account}/dataSources/{datasource}



220
221
222
223
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 220

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