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

View Source

The publishing state of a form.

Attributes

  • isAcceptingResponses (type: boolean(), default: nil) - Required. Whether the form accepts responses. If is_published is set to false, this field is forced to false.
  • isPublished (type: boolean(), default: nil) - Required. Whether the form is published and visible to others.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.PublishState{
  isAcceptingResponses: boolean() | nil,
  isPublished: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.