Class ReportValue.Types.IntList
A list of integer values.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportValue.Types.IntList : IMessage<ReportValue.Types.IntList>, IEquatable<ReportValue.Types.IntList>, IDeepCloneable<ReportValue.Types.IntList>, IBufferMessage, IMessage
Constructors
IntList()
Declaration
public IntList()
IntList(IntList)
Declaration
public IntList(ReportValue.Types.IntList other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportValue.Types.IntList | other |
Properties
Values
The values
Declaration
public RepeatedField<long> Values { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<long> |