Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class ReviewLink.
The URI of the review landing page.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.ProductReviewAttributes.ReviewLink
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1beta \ ProductReviewAttributesMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Optional. Type of the review URI. |
↳ link |
string
Optional. The URI of the review landing page. For example: |
getType
Optional. Type of the review URI.
Returns | |
---|---|
Type | Description |
int |
setType
Optional. Type of the review URI.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getLink
Optional. The URI of the review landing page.
For example: http://www.example.com/review_5.html
.
Returns | |
---|---|
Type | Description |
string |
setLink
Optional. The URI of the review landing page.
For example: http://www.example.com/review_5.html
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |