GoogleApi.Forms.V1.Model.SetPublishSettingsResponse (google_api_forms v0.5.0)
View SourceThe response of a SetPublishSettings request.
Attributes
-
formId(type:String.t, default:nil) - Required. The ID of the Form. This is same as theForm.form_idfield. -
publishSettings(type:GoogleApi.Forms.V1.Model.PublishSettings.t, default:nil) - The publish settings of the form.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.SetPublishSettingsResponse{ formId: String.t() | nil, publishSettings: GoogleApi.Forms.V1.Model.PublishSettings.t() | nil }