Show / Hide Table of Contents

Class CohortReportSettings

Optional 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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.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
System.Boolean
In This Article
Back to top