View Source GoogleApi.Forms.V1.Model.Info (google_api_forms v0.2.1)

The general information for a form.

Attributes

  • description (type: String.t, default: nil) - The description of the form.
  • documentTitle (type: String.t, default: nil) - Output only. The title of the document which is visible in Drive. If Info.title is empty, document_title may appear in its place in the Google Forms UI and be visible to responders. document_title can be set on create, but cannot be modified by a batchUpdate request. Please use the Google Drive API if you need to programmatically update document_title.
  • title (type: String.t, default: nil) - Required. The title of the form which is visible to responders.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.Info{
  description: String.t() | nil,
  documentTitle: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.