Class GoogleCloudContentwarehouseV1RemoveFromFolderAction
Represents the action responsible for remove a document from a specific folder.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RemoveFromFolderAction : IDirectResponseSchema
Properties
Condition
Condition of the action to be executed.
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Folder
Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
Declaration
[JsonProperty("folder")]
public virtual string Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |