Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class AdditionalContent.
Long text from external source.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.BuiltInSimpleAction.AdditionalContent
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1 \ BuiltInSimpleActionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ title |
string
Title of the additional content; |
↳ paragraphs |
array
Long text organized into paragraphs. |
getTitle
Title of the additional content;
| Returns | |
|---|---|
| Type | Description |
string |
|
setTitle
Title of the additional content;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParagraphs
Long text organized into paragraphs.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setParagraphs
Long text organized into paragraphs.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|