GoogleApi.Forms.V1.Model.SetPublishSettingsRequest (google_api_forms v0.5.0)
View SourceUpdates the publish settings of a Form.
Attributes
-
publishSettings(type:GoogleApi.Forms.V1.Model.PublishSettings.t, default:nil) - Required. The desired publish settings to apply to the form. -
updateMask(type:String.t, default:nil) - Optional. Thepublish_settingsfields to update. This field mask accepts the following values:publish_state: Updates or replaces allpublish_statesettings."*": Updates or replaces allpublish_settingsfields.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.SetPublishSettingsRequest{ publishSettings: GoogleApi.Forms.V1.Model.PublishSettings.t() | nil, updateMask: String.t() | nil }