Show / Hide Table of Contents

Class CohortReportSettings

Settings of a cohort report.

Inheritance
System.Object
CohortReportSettings
Implements
Google.Protobuf.IMessage<CohortReportSettings>
System.IEquatable<CohortReportSettings>
Google.Protobuf.IDeepCloneable<CohortReportSettings>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.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 visit day to the end day. Not supported in RunReportRequest.

Declaration
public bool Accumulate { get; set; }
Property Value
Type Description
System.Boolean
Back to top