class Google::Apis::SheetsV4::DeleteDataSourceRequest

sheet, and unlinks all associated data source objects.
Deletes a data source. The request also deletes the associated data source

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @data_source_id = args[:data_source_id] if args.key?(:data_source_id)
end