GoogleApi.MyBusinessBusinessInformation.V1.Model.Chain (google_api_my_business_business_information v0.5.2)

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 format chains/{chain_id}.
  • websites (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainUri.t), default: nil) - Websites of the chain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.