Class PublishState
The publishing state of a form.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class PublishState : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IsAcceptingResponses
Required. Whether the form accepts responses. If is_published is set to false, this field is forced to
false.
Declaration
[JsonProperty("isAcceptingResponses")]
public virtual bool? IsAcceptingResponses { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
IsPublished
Required. Whether the form is published and visible to others.
Declaration
[JsonProperty("isPublished")]
public virtual bool? IsPublished { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |