Show / Hide Table of Contents

Class AudienceRow

Dimension value attributes for the audience user row.

Inheritance
object
AudienceRow
Implements
IMessage<AudienceRow>
IEquatable<AudienceRow>
IDeepCloneable<AudienceRow>
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 AudienceRow : IMessage<AudienceRow>, IEquatable<AudienceRow>, IDeepCloneable<AudienceRow>, IBufferMessage, IMessage

Constructors

AudienceRow()

Declaration
public AudienceRow()

AudienceRow(AudienceRow)

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

Properties

DimensionValues

Each dimension value attribute for an audience user. One dimension value will be added for each dimension column requested.

Declaration
public RepeatedField<AudienceDimensionValue> DimensionValues { get; }
Property Value
Type Description
RepeatedField<AudienceDimensionValue>
In this article
Back to top Generated by DocFX