Class PublishSettings
The publishing settings of a form.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class PublishSettings : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PublishState
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.
Declaration
[JsonProperty("publishState")]
public virtual PublishState PublishState { get; set; }Property Value
| Type | Description | 
|---|---|
| PublishState |