Class Value
Definition of a single value with generic type.
Inheritance
object
Value
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Value : IDirectResponseSchema
Properties
BooleanValue
Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DateValue
Declaration
[JsonProperty("dateValue")]
public virtual Date DateValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
DoubleValue
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntegerValue
Declaration
[JsonProperty("integerValue")]
public virtual long? IntegerValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StringValue
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimestampValue
Declaration
[JsonProperty("timestampValue")]
public virtual object TimestampValue { get; set; }
Property Value
| Type | Description |
|---|---|
| object |