Class Callout
An important message that should be highlighted. Usually displayed as a banner.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Callout : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullMessage
A full message that needs to be shown to the merchant.
Declaration
[JsonProperty("fullMessage")]
public virtual TextWithTooltip FullMessage { get; set; }
Property Value
Type | Description |
---|---|
TextWithTooltip |
StyleHint
Can be used to render messages with different severity in different styles. Snippets off all types contain important information that should be displayed to merchants.
Declaration
[JsonProperty("styleHint")]
public virtual string StyleHint { get; set; }
Property Value
Type | Description |
---|---|
string |