Show / Hide Table of Contents

Class AppsDynamiteSharedColumnsColumnWidgets

LINT.IfChange The column widget can contain these widgets.

Inheritance
System.Object
AppsDynamiteSharedColumnsColumnWidgets
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedColumnsColumnWidgets : IDirectResponseSchema

Properties

ButtonList

ButtonList widget.

Declaration
[JsonProperty("buttonList")]
public virtual AppsDynamiteSharedButtonList ButtonList { get; set; }
Property Value
Type Description
AppsDynamiteSharedButtonList

DateTimePicker

DateTimePicker widget.

Declaration
[JsonProperty("dateTimePicker")]
public virtual AppsDynamiteSharedDateTimePicker DateTimePicker { get; set; }
Property Value
Type Description
AppsDynamiteSharedDateTimePicker

DecoratedText

DecoratedText widget.

Declaration
[JsonProperty("decoratedText")]
public virtual AppsDynamiteSharedDecoratedText DecoratedText { get; set; }
Property Value
Type Description
AppsDynamiteSharedDecoratedText

ETag

The ETag of the item.

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

Image

Image widget.

Declaration
[JsonProperty("image")]
public virtual AppsDynamiteSharedImage Image { get; set; }
Property Value
Type Description
AppsDynamiteSharedImage

SelectionInput

SelectionInput widget.

Declaration
[JsonProperty("selectionInput")]
public virtual AppsDynamiteSharedSelectionInput SelectionInput { get; set; }
Property Value
Type Description
AppsDynamiteSharedSelectionInput

TextInput

TextInput widget.

Declaration
[JsonProperty("textInput")]
public virtual AppsDynamiteSharedTextInput TextInput { get; set; }
Property Value
Type Description
AppsDynamiteSharedTextInput

TextParagraph

Text paragraph widget.

Declaration
[JsonProperty("textParagraph")]
public virtual AppsDynamiteSharedTextParagraph TextParagraph { get; set; }
Property Value
Type Description
AppsDynamiteSharedTextParagraph

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top