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

View Source

The publishing settings of a form.

Attributes

  • publishState (type: GoogleApi.Forms.V1.Model.PublishState.t, default: nil) - Optional. The publishing state of a form. When updating publish_state, both is_published and is_accepting_responses must be set. However, setting is_accepting_responses to true and is_published to false isn't supported and returns an error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.PublishSettings{
  publishState: GoogleApi.Forms.V1.Model.PublishState.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.