Class SetPublishSettingsRequest
Updates the publish settings of a Form.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class SetPublishSettingsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublishSettings
Required. The desired publish settings to apply to the form.
Declaration
[JsonProperty("publishSettings")]
public virtual PublishSettings PublishSettings { get; set; }
Property Value
Type | Description |
---|---|
Publish |
UpdateMask
Optional. The publish_settings
fields to update. This field mask accepts the following values: *
publish_state
: Updates or replaces all publish_state
settings. * "*"
: Updates or replaces all
publish_settings
fields.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |