class Google::Apis::AnalyticsV3::GaData::DataTable::Row

Attributes

c[RW]

Corresponds to the JSON property `c` @return [Array<Google::Apis::AnalyticsV3::GaData::DataTable::Row::C>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 2716
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 2721
def update!(**args)
  @c = args[:c] if args.key?(:c)
end