GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs

data class GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs(val condition: Output<String>? = null, val folder: Output<String>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs>

Represents the action responsible for remove a document from a specific folder.

Constructors

constructor(condition: Output<String>? = null, folder: Output<String>? = null)

Properties

Link copied to clipboard
val condition: Output<String>? = null

Condition of the action to be executed.

Link copied to clipboard
val folder: Output<String>? = null

Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContentwarehouseV1RemoveFromFolderActionArgs