Show / Hide Table of Contents

Class Callout

An important message that should be highlighted. Usually displayed as a banner.

Inheritance
object
Callout
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 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 business.

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 the business.

Declaration
[JsonProperty("styleHint")]
public virtual string StyleHint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX