GoogleApi.MyBusinessBusinessInformation.V1.Model.RelationshipData (google_api_my_business_business_information v0.5.2)
View SourceInformation 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }