Chronicle v1 API - Class ReferenceListEntry (1.0.0-beta02)

public sealed class ReferenceListEntry : IMessage<ReferenceListEntry>, IEquatable<ReferenceListEntry>, IDeepCloneable<ReferenceListEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ReferenceListEntry.

An entry in a reference list.

Inheritance

object > ReferenceListEntry

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ReferenceListEntry()

public ReferenceListEntry()

ReferenceListEntry(ReferenceListEntry)

public ReferenceListEntry(ReferenceListEntry other)
Parameter
Name Description
other ReferenceListEntry

Properties

Value

public string Value { get; set; }

Required. The value of the entry. Maximum length is 512 characters.

Property Value
Type Description
string