Show / Hide Table of Contents

Class AppsDynamiteStorageColumnsColumnWidgets

LINT.IfChange The column widget can contain these widgets.

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

Properties

ButtonList

ButtonList widget.

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

DateTimePicker

DateTimePicker widget.

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

DecoratedText

DecoratedText widget.

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

ETag

The ETag of the item.

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

Image

Image widget.

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

SelectionInput

SelectionInput widget.

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

TextInput

TextInput widget.

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

TextParagraph

Text paragraph widget.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX