Class AudienceRow
Dimension value attributes for the audience user row.
Implements
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> |