Reference documentation and code samples for the Google Shopping Merchant Reviews V1beta Client class ProductReviewDestinationStatus.
The destination status of the product review status.
Generated from protobuf message google.shopping.merchant.reviews.v1beta.ProductReviewStatus.ProductReviewDestinationStatus
Namespace
Google \ Shopping \ Merchant \ Reviews \ V1beta \ ProductReviewStatusMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reporting_context |
int
Output only. The name of the reporting context. |
getReportingContext
Output only. The name of the reporting context.
Returns | |
---|---|
Type | Description |
int |
Enum of type ReportingContextEnum. |
setReportingContext
Output only. The name of the reporting context.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type ReportingContextEnum. |
Returns | |
---|---|
Type | Description |
$this |