Class RelationshipData
Information of all parent and children locations related to this one.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class RelationshipData : IDirectResponseSchema
Properties
ChildrenLocations
The list of children locations that this location has relations with.
Declaration
[JsonProperty("childrenLocations")]
public virtual IList<RelevantLocation> ChildrenLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<RelevantLocation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentChain
The resource name of the Chain that this location is member of. How to find Chain ID
Declaration
[JsonProperty("parentChain")]
public virtual string ParentChain { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentLocation
The parent location that this location has relations with.
Declaration
[JsonProperty("parentLocation")]
public virtual RelevantLocation ParentLocation { get; set; }
Property Value
Type | Description |
---|---|
RelevantLocation |