Show / Hide Table of Contents

Class TextWithTooltip

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

Inheritance
object
TextWithTooltip
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.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX