GoogleApi.Forms.V1.Model.UpdateSettingsRequest (google_api_forms v0.5.0)
View SourceUpdate Form's FormSettings.
Attributes
-
settings(type:GoogleApi.Forms.V1.Model.FormSettings.t, default:nil) - Required. The settings to update with. -
updateMask(type:String.t, default:nil) - Required. Only values named in this mask are changed. At least one field must be specified. The rootsettingsis 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.UpdateSettingsRequest{ settings: GoogleApi.Forms.V1.Model.FormSettings.t() | nil, updateMask: String.t() | nil }