Show / Hide Table of Contents

Class ReportValue.Types.IntList

A list of integer values.

Inheritance
object
ReportValue.Types.IntList
Implements
IMessage<ReportValue.Types.IntList>
IEquatable<ReportValue.Types.IntList>
IDeepCloneable<ReportValue.Types.IntList>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX