Show / Hide Table of Contents

Class GoogleAppsCardV1Validation

Represents the necessary data for validating the widget it's attached to. Google Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1Validation
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Validation : IDirectResponseSchema

Properties

CharacterLimit

Specify the character limit for text input widgets. Note that this is only used for text input and is ignored for other widgets. Google Workspace add-ons and Chat apps:

Declaration
[JsonProperty("characterLimit")]
public virtual int? CharacterLimit { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

InputType

Specify the type of the input widgets. Google Workspace add-ons and Chat apps:

Declaration
[JsonProperty("inputType")]
public virtual string InputType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX