Class Value
Definition of a single value with generic type.
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Value : IDirectResponseSchema
Properties
BooleanValue
Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { get; set; }
Property Value
DateValue
Declaration
[JsonProperty("dateValue")]
public virtual Date DateValue { get; set; }
Property Value
DoubleValue
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntegerValue
Declaration
[JsonProperty("integerValue")]
public virtual long? IntegerValue { get; set; }
Property Value
StringValue
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
TimestampValue
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampValueDateTimeOffset instead.")]
public virtual object TimestampValue { get; set; }
Property Value
TimestampValueDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampValueDateTimeOffset { get; set; }
Property Value
TimestampValueRaw
Declaration
[JsonProperty("timestampValue")]
public virtual string TimestampValueRaw { get; set; }
Property Value
Implements