Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Impact.
The impact of the issue on a region.
Generated from protobuf message google.shopping.merchant.accounts.v1.AccountIssue.ImpactedDestination.Impact
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ AccountIssue \ ImpactedDestinationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ region_code |
string
The CLDR region code where this issue applies. |
↳ severity |
int
The severity of the issue on the destination and region. |
getRegionCode
The CLDR region code where this issue applies.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegionCode
The CLDR region code where this issue applies.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSeverity
The severity of the issue on the destination and region.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Severity. |
setSeverity
The severity of the issue on the destination and region.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Severity. |
| Returns | |
|---|---|
| Type | Description |
$this |
|