GoogleCloudContentwarehouseV1EnumValue

AI Overview😉

  • The potential purpose of this module is to validate and process enum field values in a document schema. It ensures that the string value of the enum field matches a predefined set of enums in the document schema using EnumTypeOptions.
  • This module could impact search results by influencing how documents are indexed and ranked based on their enum field values. If a document's enum field value does not match the predefined set, it may not be indexed correctly or may be penalized in search rankings. On the other hand, documents with valid enum field values may be boosted in search rankings.
  • To be more favorable for this function, a website could ensure that its document schema defines a clear and consistent set of enum field values, and that these values are accurately populated in their documents. Additionally, websites could implement data validation and normalization processes to ensure that enum field values are correct and consistent, which could improve their chances of being indexed and ranked correctly.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the string value of the enum field.

Attributes

  • value (type: String.t, default: nil) - String value of the enum field. This must match defined set of enums in document schema using EnumTypeOptions.

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.GoogleCloudContentwarehouseV1EnumValue{
    value: 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.