Reference documentation and code samples for the Google Cloud Support V2beta Client class TextContent.
Stores text attached to a support object.
Generated from protobuf message google.cloud.support.v2beta.TextContent
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ plain_text |
string
Content in this field should be rendered and interpreted as-is. |
getPlainText
Content in this field should be rendered and interpreted as-is.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPlainText
Content in this field should be rendered and interpreted as-is.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|