GoogleCloudContentwarehouseV1MapProperty

AI Overview😉

  • The potential purpose of this module is to allow for the storage and processing of unstructured data, such as key-value pairs, in a flexible and dynamic way. This could be used to capture and analyze complex data entities, such as products, events, or entities, that have varying attributes and values.
  • This module could impact search results by allowing Google to better understand and analyze complex data entities, and to provide more accurate and relevant search results. For example, if a user searches for a specific product, this module could help Google to identify and rank relevant results based on the product's attributes and values.
  • To be more favorable for this function, a website could ensure that its data is well-structured and organized, using clear and consistent naming conventions for fields and values. Additionally, providing high-quality and accurate data, and using schema markup to help Google understand the structure and relationships of the data, could also improve the website's visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Map property value. Represents a structured entries of key value pairs, consisting of field names which map to dynamically typed values.

Attributes

  • fields (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value.t}, default: nil) - Unordered map of dynamically typed values.

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.GoogleCloudContentwarehouseV1MapProperty{
    fields:
      %{
        optional(String.t()) =>
          GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Value.t()
      }
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.