class Google::Apis::SheetsV4::DataSourceColumnReference
An unique identifier that references a data source column.
Attributes
name[RW]
The display name of the column. It should be unique within a data source. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 3869 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 3874 def update!(**args) @name = args[:name] if args.key?(:name) end