Google Shopping Merchant Issue Resolution V1 Client - Class TooltipIconStyle (1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class TooltipIconStyle.
Enum specifying the type of an icon that is being used to display a corresponding tooltip in the Merchant Center.
Protobuf type google.shopping.merchant.issueresolution.v1.TextWithTooltip.TooltipIconStyle
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1 \ TextWithTooltipMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TOOLTIP_ICON_STYLE_UNSPECIFIED
Value: 0Default value. Will never be provided by the API.
Generated from protobuf enum TOOLTIP_ICON_STYLE_UNSPECIFIED = 0;
INFO
Value: 1Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.
Generated from protobuf enum INFO = 1;
QUESTION
Value: 2Used when the tooltip shows helpful information, the '?' can be used as an icon.
Generated from protobuf enum QUESTION = 2;