Class BatchUpdateRegionsResponse
Response message for the BatchUpdateRegions method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class BatchUpdateRegionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Regions
The updated region(s).
Declaration
[JsonProperty("regions")]
public virtual IList<Region> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Region> |