Show / Hide Table of Contents

Class EventLocation

The location where the event occurred.

Inheritance
object
EventLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class EventLocation : IDirectResponseSchema

Properties

City

Optional. The name of the city where the event occurred.

Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
Type Description
string

ContinentCode

Optional. The continent code in UN M49 format where the event occurred.

Declaration
[JsonProperty("continentCode")]
public virtual string ContinentCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RegionCode

Optional. The 2-letter CLDR region code of the user's address.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

StoreId

Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.

Declaration
[JsonProperty("storeId")]
public virtual string StoreId { get; set; }
Property Value
Type Description
string

SubcontinentCode

Optional. The subcontinent code in UN M49 format where the event occurred.

Declaration
[JsonProperty("subcontinentCode")]
public virtual string SubcontinentCode { get; set; }
Property Value
Type Description
string

SubdivisionCode

Optional. The ISO 3166-2 subdivision code where the event occurred.

Declaration
[JsonProperty("subdivisionCode")]
public virtual string SubdivisionCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX