class Google::Apis::AnalyticsV3::GaData::DataTable
Attributes
cols[RW]
Corresponds to the JSON property `cols` @return [Array<Google::Apis::AnalyticsV3::GaData::DataTable::Col>]
rows[RW]
Corresponds to the JSON property `rows` @return [Array<Google::Apis::AnalyticsV3::GaData::DataTable::Row>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 2666 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 2671 def update!(**args) @cols = args[:cols] if args.key?(:cols) @rows = args[:rows] if args.key?(:rows) end