GoogleCloudContentwarehouseV1RemoveFromFolderAction

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RemoveFromFolderAction


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. condition (type: String.t, default: nil)
    - Condition of the action to be executed.
  2. folder (type: String.t, default: nil)
    - Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RemoveFromFolderAction{
condition: String.t() | nil,
folder: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RemoveFromFolderAction