View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaEnrollSolutionResponse (google_api_retail v0.19.1)
Response for EnrollSolution method.
Attributes
-
enrolledSolution
(type:String.t
, default:nil
) - Retail API solution that the project has enrolled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaEnrollSolutionResponse{ enrolledSolution: String.t() | nil }