Show / Hide Table of Contents

Class WidgetMarkup

Inheritance
System.Object
WidgetMarkup
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 WidgetMarkup : IDirectResponseSchema

Properties

Buttons

buttons is also oneof data and only one of these fields should be set.

Declaration
[JsonProperty("buttons")]
public virtual IList<Button> Buttons { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Button>

DateTimePicker

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

Divider

Declaration
[JsonProperty("divider")]
public virtual Divider Divider { get; set; }
Property Value
Type Description
Divider

ETag

The ETag of the item.

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

Grid

Declaration
[JsonProperty("grid")]
public virtual Grid Grid { get; set; }
Property Value
Type Description
Grid

HorizontalAlignment

The horizontal alignment of this widget.

Declaration
[JsonProperty("horizontalAlignment")]
public virtual string HorizontalAlignment { get; set; }
Property Value
Type Description
System.String

Image

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

ImageKeyValue

Declaration
[JsonProperty("imageKeyValue")]
public virtual ImageKeyValue ImageKeyValue { get; set; }
Property Value
Type Description
ImageKeyValue

KeyValue

Declaration
[JsonProperty("keyValue")]
public virtual KeyValue KeyValue { get; set; }
Property Value
Type Description
KeyValue

Menu

Input Widgets

Declaration
[JsonProperty("menu")]
public virtual Menu Menu { get; set; }
Property Value
Type Description
Menu

SelectionControl

Declaration
[JsonProperty("selectionControl")]
public virtual SelectionControl SelectionControl { get; set; }
Property Value
Type Description
SelectionControl

TextField

Declaration
[JsonProperty("textField")]
public virtual TextField TextField { get; set; }
Property Value
Type Description
TextField

TextKeyValue

Declaration
[JsonProperty("textKeyValue")]
public virtual TextKeyValue TextKeyValue { get; set; }
Property Value
Type Description
TextKeyValue

TextParagraph

Read-only Widgets

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

Implements

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