GoogleCloudContentwarehouseV1PropertyTypeOptions

AI Overview😉

  • The potential purpose of this module is to define and configure structured data properties within Google's Content Warehouse. This allows for the organization and standardization of complex data entities, making it easier to search, filter, and analyze data.
  • This module could impact search results by enabling Google to better understand the relationships between different data entities and their attributes. This could lead to more accurate and relevant search results, as well as improved filtering and faceting capabilities. Additionally, it could enable Google to provide more informative and detailed search result snippets.
  • To be more favorable for this function, a website could ensure that its structured data is accurately defined and consistently formatted, making it easier for Google to understand and process. This could involve using standardized schema.org vocabulary and providing clear, concise, and relevant metadata for each data entity. Additionally, websites could ensure that their data is regularly updated and refreshed to reflect changes and updates.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Configurations for a nested structured data property.

Attributes

  • propertyDefinitions (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinition.t), default: nil) - Required. List of property definitions.

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.GoogleCloudContentwarehouseV1PropertyTypeOptions{
    propertyDefinitions:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinition.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.