View Source GoogleApi.IAP.V1.Model.ListBrandsResponse (google_api_iap v0.20.2)
Response message for ListBrands.
Attributes
-
brands
(type:list(GoogleApi.IAP.V1.Model.Brand.t)
, default:nil
) - Brands existing in the project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAP.V1.Model.ListBrandsResponse{ brands: [GoogleApi.IAP.V1.Model.Brand.t()] | nil }