GoogleCloudContentwarehouseV1AddToFolderActionArgs

data class GoogleCloudContentwarehouseV1AddToFolderActionArgs(val folders: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1AddToFolderActionArgs>

Represents the action responsible for adding document under a folder.

Constructors

constructor(folders: Output<List<String>>? = null)

Properties

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

Names 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(): GoogleCloudContentwarehouseV1AddToFolderActionArgs