class Google::Apis::AnalyticsV3::GaData::DataTable::Col
Attributes
id[RW]
Corresponds to the JSON property `id` @return [String]
label[RW]
Corresponds to the JSON property `label` @return [String]
type[RW]
Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 2695 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analytics_v3/classes.rb, line 2700 def update!(**args) @id = args[:id] if args.key?(:id) @label = args[:label] if args.key?(:label) @type = args[:type] if args.key?(:type) end