Show / Hide Table of Contents

Class Callout

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

Inheritance
object
Callout
Implements
IMessage<Callout>
IEquatable<Callout>
IDeepCloneable<Callout>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class Callout : IMessage<Callout>, IEquatable<Callout>, IDeepCloneable<Callout>, IBufferMessage, IMessage

Constructors

Callout()

Declaration
public Callout()

Callout(Callout)

Declaration
public Callout(Callout other)
Parameters
Type Name Description
Callout other

Properties

FullMessage

A full message that needs to be shown to the business.

Declaration
public 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
public Callout.Types.CalloutStyleHint StyleHint { get; set; }
Property Value
Type Description
Callout.Types.CalloutStyleHint
In this article
Back to top Generated by DocFX