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