Class EventVenue
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class EventVenue : IDirectResponseSchema
Properties
Address
The address of the venue, such as "24 Willie Mays Plaza\nSan Francisco, CA 94107". Address lines are
separated by line feed (\n
) characters. This is required.
Declaration
[JsonProperty("address")]
public virtual LocalizedString Address { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventVenue"
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the venue, such as "AT&T Park". This is required.
Declaration
[JsonProperty("name")]
public virtual LocalizedString Name { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |