View Source GoogleApi.Sheets.V4.Model.DeleteDataSourceRequest (google_api_sheets v0.34.0)
Deletes a data source. The request also deletes the associated data source sheet, and unlinks all associated data source objects.
Attributes
-
dataSourceId
(type:String.t
, default:nil
) - The ID of the data source to delete.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DeleteDataSourceRequest{ dataSourceId: String.t() | nil }