Class TextWithTooltip
Block of text that may contain a tooltip with more information.
Inheritance
TextWithTooltip
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class TextWithTooltip : IMessage<TextWithTooltip>, IEquatable<TextWithTooltip>, IDeepCloneable<TextWithTooltip>, IBufferMessage, IMessage
Constructors
TextWithTooltip()
Declaration
TextWithTooltip(TextWithTooltip)
Declaration
public TextWithTooltip(TextWithTooltip other)
Parameters
Properties
HasSimpleTooltipValue
Gets whether the "simple_tooltip_value" field is set
Declaration
public bool HasSimpleTooltipValue { get; }
Property Value
HasSimpleValue
Gets whether the "simple_value" field is set
Declaration
public bool HasSimpleValue { get; }
Property Value
SimpleTooltipValue
Value of the tooltip as a simple text.
Declaration
public string SimpleTooltipValue { get; set; }
Property Value
SimpleValue
Value of the message as a simple text.
Declaration
public string SimpleValue { get; set; }
Property Value
TooltipIconStyle
The suggested type of an icon for tooltip, if a tooltip is present.
Declaration
public TextWithTooltip.Types.TooltipIconStyle TooltipIconStyle { get; set; }
Property Value
TooltipValueCase
Declaration
public TextWithTooltip.TooltipValueOneofCase TooltipValueCase { get; }
Property Value
ValueCase
Declaration
public TextWithTooltip.ValueOneofCase ValueCase { get; }
Property Value