public sealed class StringList : IMessage<StringList>, IEquatable<StringList>, IDeepCloneable<StringList>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class StringList.
A list of strings.
Implements
IMessageStringList, IEquatableStringList, IDeepCloneableStringList, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
StringList()
public StringList()
StringList(StringList)
public StringList(StringList other)
Parameter | |
---|---|
Name | Description |
other |
StringList |
Properties
Values
public RepeatedField<string> Values { get; }
Required. The strings in the list.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |