View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RemoveFromFolderAction (google_api_content_warehouse v0.4.0)

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

Attributes

  • condition (type: String.t, default: nil) - Condition of the action to be executed.
  • 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}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.