Show / Hide Table of Contents

Class TableColumnDataValidationRule

A data validation rule for a column in a table.

Inheritance
object
TableColumnDataValidationRule
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TableColumnDataValidationRule : IDirectResponseSchema

Properties

Condition

The condition that data in the cell must match. Valid only if the [BooleanCondition.type] is ONE_OF_LIST.

Declaration
[JsonProperty("condition")]
public virtual BooleanCondition Condition { get; set; }
Property Value
Type Description
BooleanCondition

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX