Show / Hide Table of Contents

Class TextWithTooltip

Block of text that may contain a tooltip with more information.

Inheritance
object
TextWithTooltip
Implements
IMessage<TextWithTooltip>
IEquatable<TextWithTooltip>
IDeepCloneable<TextWithTooltip>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class TextWithTooltip : IMessage<TextWithTooltip>, IEquatable<TextWithTooltip>, IDeepCloneable<TextWithTooltip>, IBufferMessage, IMessage

Constructors

TextWithTooltip()

Declaration
public TextWithTooltip()

TextWithTooltip(TextWithTooltip)

Declaration
public TextWithTooltip(TextWithTooltip other)
Parameters
Type Name Description
TextWithTooltip other

Properties

HasSimpleTooltipValue

Gets whether the "simple_tooltip_value" field is set

Declaration
public bool HasSimpleTooltipValue { get; }
Property Value
Type Description
bool

HasSimpleValue

Gets whether the "simple_value" field is set

Declaration
public bool HasSimpleValue { get; }
Property Value
Type Description
bool

SimpleTooltipValue

Value of the tooltip as a simple text.

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

SimpleValue

Value of the message as a simple text.

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

TooltipIconStyle

The suggested type of an icon for tooltip, if a tooltip is present.

Declaration
public TextWithTooltip.Types.TooltipIconStyle TooltipIconStyle { get; set; }
Property Value
Type Description
TextWithTooltip.Types.TooltipIconStyle

TooltipValueCase

Declaration
public TextWithTooltip.TooltipValueOneofCase TooltipValueCase { get; }
Property Value
Type Description
TextWithTooltip.TooltipValueOneofCase

ValueCase

Declaration
public TextWithTooltip.ValueOneofCase ValueCase { get; }
Property Value
Type Description
TextWithTooltip.ValueOneofCase
In this article
Back to top Generated by DocFX