View Source GoogleApi.Sheets.V4.Model.DataSourceColumnReference (google_api_sheets v0.34.0)
An unique identifier that references a data source column.
Attributes
-
name
(type:String.t
, default:nil
) - The display name of the column. It should be unique within a data source.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceColumnReference{ name: String.t() | nil }