GoogleApi.Forms.V1.Model.SetPublishSettingsResponse (google_api_forms v0.5.0)

View Source

The response of a SetPublishSettings request.

Attributes

  • formId (type: String.t, default: nil) - Required. The ID of the Form. This is same as the Form.form_id field.
  • 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

t()

@type t() :: %GoogleApi.Forms.V1.Model.SetPublishSettingsResponse{
  formId: String.t() | nil,
  publishSettings: GoogleApi.Forms.V1.Model.PublishSettings.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.