Class CohortReportSettings
Optional settings of a cohort report.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class CohortReportSettings : IMessage<CohortReportSettings>, IEquatable<CohortReportSettings>, IDeepCloneable<CohortReportSettings>, IBufferMessage, IMessage
Constructors
CohortReportSettings()
Declaration
public CohortReportSettings()
CohortReportSettings(CohortReportSettings)
Declaration
public CohortReportSettings(CohortReportSettings other)
Parameters
Type | Name | Description |
---|---|---|
CohortReportSettings | other |
Properties
Accumulate
If true, accumulates the result from first touch day to the end day. Not
supported in RunReportRequest
.
Declaration
public bool Accumulate { get; set; }
Property Value
Type | Description |
---|---|
bool |