Class KeyValue
Inheritance
object
KeyValue
Implements
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 KeyValue : IDirectResponseSchema
Properties
BottomLabel
Formatted text supported.
Declaration
[JsonProperty("bottomLabel")]
public virtual string BottomLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Button
Declaration
[JsonProperty("button")]
public virtual Button Button { get; set; }
Property Value
| Type | Description |
|---|---|
| Button |
Content
Formatted text supported and always required.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentMultiline
Declaration
[JsonProperty("contentMultiline")]
public virtual bool? ContentMultiline { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
EndIcon
Declaration
[JsonProperty("endIcon")]
public virtual IconImage EndIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| IconImage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Icon
Declaration
[JsonProperty("icon")]
public virtual string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IconAltText
The alternative text of this icon_url which will be used for accessibility.
Declaration
[JsonProperty("iconAltText")]
public virtual string IconAltText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IconUrl
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageStyle
Declaration
[JsonProperty("imageStyle")]
public virtual string ImageStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnClick
Only the top/bottom label + content region is clickable.
Declaration
[JsonProperty("onClick")]
public virtual OnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| OnClick |
StartIcon
The optional icon to display before the text content.
Declaration
[JsonProperty("startIcon")]
public virtual IconImage StartIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| IconImage |
SwitchWidget
Declaration
[JsonProperty("switchWidget")]
public virtual SwitchWidget SwitchWidget { get; set; }
Property Value
| Type | Description |
|---|---|
| SwitchWidget |
TopLabel
Formatted text supported.
Declaration
[JsonProperty("topLabel")]
public virtual string TopLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |