Show / Hide Table of Contents

Class RelationshipData

Information of all parent and children locations related to this one.

Inheritance
object
RelationshipData
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX