Class GoogleAppsCardV1Validation
Represents the necessary data for validating the widget it's attached to. Google Workspace add-ons and Chat apps:
Implements
Inherited Members
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 |