Google Cloud Support v2beta API - Class TextContent (1.0.0-beta02)

public sealed class TextContent : IMessage<TextContent>, IEquatable<TextContent>, IDeepCloneable<TextContent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Support v2beta API class TextContent.

Stores text attached to a support object.

Inheritance

object > TextContent

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Constructors

TextContent()

public TextContent()

TextContent(TextContent)

public TextContent(TextContent other)
Parameter
Name Description
other TextContent

Properties

PlainText

public string PlainText { get; set; }

Content in this field should be rendered and interpreted as-is.

Property Value
Type Description
string