Class TextWithTooltip
Block of text that may contain a tooltip with more information.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class TextWithTooltip : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleTooltipValue
Value of the tooltip as a simple text.
Declaration
[JsonProperty("simpleTooltipValue")]
public virtual string SimpleTooltipValue { get; set; }
Property Value
Type | Description |
---|---|
string |
SimpleValue
Value of the message as a simple text.
Declaration
[JsonProperty("simpleValue")]
public virtual string SimpleValue { get; set; }
Property Value
Type | Description |
---|---|
string |
TooltipIconStyle
The suggested type of an icon for tooltip, if a tooltip is present.
Declaration
[JsonProperty("tooltipIconStyle")]
public virtual string TooltipIconStyle { get; set; }
Property Value
Type | Description |
---|---|
string |