Show / Hide Table of Contents

Class AppsDynamiteStorageDecoratedText

A widget that displays text with optional decorations such as a label above or below the text, an icon in front of the text, a selection widget or a button after the text.

Inheritance
object
AppsDynamiteStorageDecoratedText
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 AppsDynamiteStorageDecoratedText : IDirectResponseSchema

Properties

BottomLabel

The formatted text label that shows below the main text.

Declaration
[JsonProperty("bottomLabel")]
public virtual string BottomLabel { get; set; }
Property Value
Type Description
string

Button

A button that can be clicked to trigger an action.

Declaration
[JsonProperty("button")]
public virtual AppsDynamiteStorageButton Button { get; set; }
Property Value
Type Description
AppsDynamiteStorageButton

EndIcon

An icon displayed after the text.

Declaration
[JsonProperty("endIcon")]
public virtual AppsDynamiteStorageIcon EndIcon { get; set; }
Property Value
Type Description
AppsDynamiteStorageIcon

ETag

The ETag of the item.

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

Icon

Deprecated in favor of start_icon.

Declaration
[JsonProperty("icon")]
public virtual AppsDynamiteStorageIcon Icon { get; set; }
Property Value
Type Description
AppsDynamiteStorageIcon

OnClick

Only the top and bottom label and content region are clickable.

Declaration
[JsonProperty("onClick")]
public virtual AppsDynamiteStorageOnClick OnClick { get; set; }
Property Value
Type Description
AppsDynamiteStorageOnClick

StartIcon

The icon displayed in front of the text.

Declaration
[JsonProperty("startIcon")]
public virtual AppsDynamiteStorageIcon StartIcon { get; set; }
Property Value
Type Description
AppsDynamiteStorageIcon

SwitchControl

A switch widget can be clicked to change its state or trigger an action.

Declaration
[JsonProperty("switchControl")]
public virtual AppsDynamiteStorageDecoratedTextSwitchControl SwitchControl { get; set; }
Property Value
Type Description
AppsDynamiteStorageDecoratedTextSwitchControl

Text

Required. The main widget formatted text. See Text formatting for details.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

TopLabel

The formatted text label that shows above the main text.

Declaration
[JsonProperty("topLabel")]
public virtual string TopLabel { get; set; }
Property Value
Type Description
string

WrapText

The wrap text setting. If true, the text is wrapped and displayed in multiline. Otherwise, the text is truncated.

Declaration
[JsonProperty("wrapText")]
public virtual bool? WrapText { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX