Show / Hide Table of Contents

Class Place

Inheritance
System.Object
Place
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class Place : IDirectResponseSchema

Properties

Address

The physical address of the place.

Declaration
[JsonProperty("address")]
public virtual Place.AddressData Address { get; set; }
Property Value
Type Description
Place.AddressData

DisplayName

The display name of the place.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Id

The id of the place.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Kind

Identifies this resource as a place. Value: "plus#place".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Position

The position of the place.

Declaration
[JsonProperty("position")]
public virtual Place.PositionData Position { get; set; }
Property Value
Type Description
Place.PositionData

Implements

IDirectResponseSchema
Back to top