Show / Hide Table of Contents

Class SetPublishSettingsResponse

The response of a SetPublishSettings request.

Inheritance
object
SetPublishSettingsResponse
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 SetPublishSettingsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FormId

Required. The ID of the Form. This is same as the Form.form_id field.

Declaration
[JsonProperty("formId")]
public virtual string FormId { get; set; }
Property Value
Type Description
string

PublishSettings

The publish settings of the form.

Declaration
[JsonProperty("publishSettings")]
public virtual PublishSettings PublishSettings { get; set; }
Property Value
Type Description
PublishSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX