Show / Hide Table of Contents

Class WidgetMarkup.Types.TextParagraph

A paragraph of text. Formatted text supported. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons.

Inheritance
object
WidgetMarkup.Types.TextParagraph
Implements
IMessage<WidgetMarkup.Types.TextParagraph>
IEquatable<WidgetMarkup.Types.TextParagraph>
IDeepCloneable<WidgetMarkup.Types.TextParagraph>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class WidgetMarkup.Types.TextParagraph : IMessage<WidgetMarkup.Types.TextParagraph>, IEquatable<WidgetMarkup.Types.TextParagraph>, IDeepCloneable<WidgetMarkup.Types.TextParagraph>, IBufferMessage, IMessage

Constructors

TextParagraph()

Declaration
public TextParagraph()

TextParagraph(TextParagraph)

Declaration
public TextParagraph(WidgetMarkup.Types.TextParagraph other)
Parameters
Type Name Description
WidgetMarkup.Types.TextParagraph other

Properties

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX