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: 0
Default value. Will never be provided by the API.
Generated from protobuf enum TOOLTIP_ICON_STYLE_UNSPECIFIED = 0;
INFO
Value: 1
Used 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: 2
Used when the tooltip shows helpful information, the '?' can be used as an icon.
Generated from protobuf enum QUESTION = 2;