Class Value
The cell value of the table.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class Value : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NullValue
If cell value is null, then this flag will be set to true.
Declaration
[JsonProperty("nullValue")]
public virtual bool? NullValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ValueValue
The cell value in string format.
Declaration
[JsonProperty("value")]
public virtual string ValueValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |