Show / Hide Table of Contents

Class Value

The cell value of the table.

Inheritance
object
Value
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX