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

Attributes

v[RW]

Corresponds to the JSON property `v` @return [String]

Public Class Methods

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