Class Location
The baseline location of the request. Baseline location is on OR-list of ISO 3166-1 alpha-2 region codes of the requested regions.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class Location : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCodes
List of ISO 3166-1 alpha-2 region codes.
Declaration
[JsonProperty("regionCodes")]
public virtual IList<string> RegionCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |