class Google::Apis::AnalyticsdataV1alpha::CohortReportSettings
Optional settings of a cohort report.
Attributes
accumulate[RW]
If true, accumulates the result from first touch day to the end day. Not supported in `RunReportRequest`. Corresponds to the JSON property `accumulate` @return [Boolean]
accumulate?[RW]
If true, accumulates the result from first touch day to the end day. Not supported in `RunReportRequest`. Corresponds to the JSON property `accumulate` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 224 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 229 def update!(**args) @accumulate = args[:accumulate] if args.key?(:accumulate) end