GoogleApi.MyBusinessBusinessInformation.V1.Model.RelationshipData (google_api_my_business_business_information v0.2.1) View Source
Information of all parent and children locations related to this one.
Attributes
-
childrenLocations(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation.t), default:nil) - The list of children locations that this location has relations with. -
parentChain(type:String.t, default:nil) - The resource name of the Chain that this location is member of. How to find Chain ID -
parentLocation(type:GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation.t, default:nil) - The parent location that this location has relations with.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.RelationshipData{
childrenLocations:
[GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation.t()]
| nil,
parentChain: String.t() | nil,
parentLocation:
GoogleApi.MyBusinessBusinessInformation.V1.Model.RelevantLocation.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.