GoogleCloudContentwarehouseV1DataUpdateAction

AI Overview😉

  • The potential purpose of this module is to update specific fields or properties of data in the Google Content Warehouse. It allows for modifying existing values or adding new ones, which can be used to refine or correct information.
  • This module could impact search results by ensuring that the data used for ranking and retrieval is up-to-date and accurate. If the data is outdated or incorrect, it could lead to irrelevant or misleading search results. By updating properties, this module helps maintain data freshness and relevance, which can improve the overall quality of search results.
  • A website may change things to be more favorable for this function by ensuring that their data is structured and easily accessible, making it simpler for the update action to modify or add new properties. This could involve using standardized data formats, providing clear and concise metadata, and regularly updating their content to reflect changes or new information. By doing so, websites can increase the chances of their data being accurately updated, which can lead to improved visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DataUpdateAction (google_api_content_warehouse v0.4.0)

Represents the action responsible for properties update operations.

Attributes

  • entries (type: map(), default: nil) - Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.

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.GoogleCloudContentwarehouseV1DataUpdateAction{
    entries: map() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.