PublishSettings
import type { PublishSettings } from "https://googleapis.deno.dev/v1/forms:v1.ts";
The publishing settings of a form.
interface PublishSettings {
publishState?: PublishState;
}§Properties
§
publishState?: PublishState
[src]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.