GoogleApi.Content.V21.Model.InputValueTextInputValue (google_api_content v0.73.0)
View SourceValue for text input field.
Attributes
-
value(type:String.t, default:nil) - Required. Text provided by the merchant.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.InputValueTextInputValue{ value: String.t() | nil }