Show / Hide Table of Contents

Class WidgetMarkup

Inheritance
object
WidgetMarkup
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 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<T><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
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
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

IDirectResponseSchema
In This Article
Back to top Generated by DocFX