Show / Hide Table of Contents

Class CohortSpec

Specification for a cohort report.

Inheritance
System.Object
CohortSpec
Implements
Google.Protobuf.IMessage<CohortSpec>
System.IEquatable<CohortSpec>
Google.Protobuf.IDeepCloneable<CohortSpec>
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 CohortSpec : IMessage<CohortSpec>, IEquatable<CohortSpec>, IDeepCloneable<CohortSpec>, IBufferMessage, IMessage

Constructors

CohortSpec()

Declaration
public CohortSpec()

CohortSpec(CohortSpec)

Declaration
public CohortSpec(CohortSpec other)
Parameters
Type Name Description
CohortSpec other

Properties

CohortReportSettings

Settings of a cohort report.

Declaration
public CohortReportSettings CohortReportSettings { get; set; }
Property Value
Type Description
CohortReportSettings

Cohorts

The definition for the cohorts.

Declaration
public RepeatedField<Cohort> Cohorts { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<Cohort>

CohortsRange

The data ranges of cohorts.

Declaration
public CohortsRange CohortsRange { get; set; }
Property Value
Type Description
CohortsRange
Back to top