GoogleCloudContentwarehouseV1RemoveFromFolderAction

AI Overview😉

  • The potential purpose of this module is to identify and remove irrelevant or duplicate documents from a specific folder or category, which helps to maintain a clean and organized digital repository. This module seems to be part of a larger content warehouse system that manages documents and their relationships within folders.
  • This module could impact search results by influencing the relevance and accuracy of search queries. By removing duplicate or irrelevant documents, the search results may become more precise and relevant to the user's query. This could lead to a better user experience and increased trust in the search engine's results.
  • To be more favorable for this function, a website could ensure that its content is well-organized, with clear and descriptive folder structures and document naming conventions. This would help the module to accurately identify and remove duplicates or irrelevant documents, leading to a more streamlined and relevant search result. Additionally, websites could focus on creating high-quality, unique, and relevant content to reduce the likelihood of duplication or irrelevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.