View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AddControlRequest (google_api_retail v0.19.1)
Request for AddControl method.
Attributes
-
controlId
(type:String.t
, default:nil
) - Required. The id of the control to apply. Assumed to be in the same catalog as the serving config - if id is not found a NOT_FOUND error is returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2AddControlRequest{ controlId: String.t() | nil }