class Google::Apis::SheetsV4::DeleteDataSourceRequest
Deletes a data source. The request also deletes the associated data source sheet, and unlinks all associated data source objects.
Attributes
data_source_id[RW]
The ID of the data source to delete. Corresponds to the JSON property `dataSourceId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4458 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 4463 def update!(**args) @data_source_id = args[:data_source_id] if args.key?(:data_source_id) end