View Source GoogleApi.Chat.V1.Model.StringInputs (google_api_chat v0.34.3)

Input parameter for regular widgets. For single-valued widgets, it is a single value list. For multi-valued widgets, such as checkbox, all the values are presented.

Attributes

  • value (type: list(String.t), default: nil) - An list of strings entered by the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.StringInputs{value: [String.t()] | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.