Class SetPublishSettingsResponse
The response of a SetPublishSettings
request.
Implements
Inherited Members
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 |
---|---|
Publish |