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

View Source

Updates the publish settings of a Form.

Attributes

  • publishSettings (type: GoogleApi.Forms.V1.Model.PublishSettings.t, default: nil) - Required. The desired publish settings to apply to the form.
  • updateMask (type: String.t, default: nil) - Optional. The publish_settings fields to update. This field mask accepts the following values: publish_state: Updates or replaces all publish_state settings. "*": Updates or replaces all publish_settings fields.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.