Show / Hide Table of Contents

Class CohortReportSettings

Optional settings of a cohort report.

Inheritance
object
CohortReportSettings
Implements
IMessage<CohortReportSettings>
IEquatable<CohortReportSettings>
IDeepCloneable<CohortReportSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX