Class RelevantLocation
Information about another location that is related to current one. The relation can be any one of DEPARTMENT_OF or INDEPENDENT_ESTABLISHMENT_OF, and the location specified here can be on either side (parent/child) of the location.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class RelevantLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaceId
Required. Specify the location that is on the other side of the relation by its placeID.
Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
Type | Description |
---|---|
string |
RelationType
Required. The type of the relationship.
Declaration
[JsonProperty("relationType")]
public virtual string RelationType { get; set; }
Property Value
Type | Description |
---|---|
string |