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

View Source

Response message for Locations.SearchChains.

Attributes

  • chains (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.Chain.t), default: nil) - Chains that match the queried chain_display_name in SearchChainsRequest. If there are no matches, this field will be empty. Results are listed in order of relevance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.SearchChainsResponse{
  chains: [GoogleApi.MyBusinessBusinessInformation.V1.Model.Chain.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.