GoogleApi.MyBusinessBusinessInformation.V1.Model.Chain (google_api_my_business_business_information v0.2.1) View Source
A chain is a brand that your business's locations can be affiliated with.
Attributes
-
chainNames(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainName.t), default:nil) - Names of the chain. -
locationCount(type:integer(), default:nil) - Number of locations that are part of this chain. -
name(type:String.t, default:nil) - Required. The chain's resource name, in the formatchains/{chain_id}. -
websites(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainUri.t), default:nil) - Websites of the chain.
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.Chain{
chainNames:
[GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainName.t()] | nil,
locationCount: integer() | nil,
name: String.t() | nil,
websites:
[GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainUri.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.