Class StringToInt64MapEntry
Inheritance
StringToInt64MapEntry
Assembly: Google.Backstory.dll
Syntax
public sealed class StringToInt64MapEntry : IMessage<StringToInt64MapEntry>, IEquatable<StringToInt64MapEntry>, IDeepCloneable<StringToInt64MapEntry>, IBufferMessage, IMessage
Constructors
StringToInt64MapEntry()
Declaration
public StringToInt64MapEntry()
StringToInt64MapEntry(StringToInt64MapEntry)
Declaration
public StringToInt64MapEntry(StringToInt64MapEntry other)
Parameters
Properties
HasKey
Gets whether the "key" field is set
Declaration
public bool HasKey { get; }
Property Value
HasValue
Gets whether the "value" field is set
Declaration
public bool HasValue { get; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Value
Declaration
public long Value { get; set; }
Property Value