GoogleApi.Forms.V1.Model.PublishSettings (google_api_forms v0.5.0)
View SourceThe publishing settings of a form.
Attributes
-
publishState(type:GoogleApi.Forms.V1.Model.PublishState.t, default:nil) - Optional. The publishing state of a form. When updatingpublish_state, bothis_publishedandis_accepting_responsesmust be set. However, settingis_accepting_responsestotrueandis_publishedtofalseisn't supported and returns an error.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.PublishSettings{ publishState: GoogleApi.Forms.V1.Model.PublishState.t() | nil }