class Google::Apis::AnalyticsdataV1beta::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_v1beta/classes.rb, line 289
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_v1beta/classes.rb, line 294
def update!(**args)
  @accumulate = args[:accumulate] if args.key?(:accumulate)
end