View Source GoogleApi.Forms.V1.Model.UpdateFormInfoRequest (google_api_forms v0.2.1)
Update Form's Info.
Attributes
-
info
(type:GoogleApi.Forms.V1.Model.Info.t
, default:nil
) - The info to update. -
updateMask
(type:String.t
, default:nil
) - Required. Only values named in this mask are changed. At least one field must be specified. The rootinfo
is implied and should not be specified. A single"*"
can be used as short-hand for updating every field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.UpdateFormInfoRequest{ info: GoogleApi.Forms.V1.Model.Info.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.