Show / Hide Table of Contents

Class PublishSettings

The publishing settings of a form.

Inheritance
object
PublishSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class PublishSettings : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX