GeostorePropertyValueStatusProto

AI Overview😉

  • The potential purpose of this module is to determine the status of a specific property value for a geographic location (GeoStore). It checks if a feature (e.g. a business) has a value for a particular property (e.g. address, phone number, etc.) and stores this information.
  • This module could impact search results by influencing the ranking of locations based on the availability and completeness of their property values. For example, a business with a complete and up-to-date address might be ranked higher than one with missing or incomplete information.
  • To be more favorable for this function, a website could ensure that all relevant property values are accurately and completely filled out, especially for location-based features. This might include regularly updating and verifying information, and providing as much detail as possible for each property. Additionally, using structured data and schema markup on the website could help Google understand and extract property values more easily.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

PropertyValueStatusProto specifies what we know about a field corresponding to FeaturePropertyId's value in the absence of any specific value. For now, it just indicates when we know that there is no value. Eventually it might also indicate that we know it has value, just not what it is, etc.

Attributes

  • propertyId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t, default: nil) - The property ID whose value status is defined by this proto.
  • valueStatus (type: String.t, default: nil) - value_status specifies whether the feature has a value for the property. This should always be set to something other than the default value (PROPERTY_VALUE_STATUS_UNSPECIFIED).

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.GeostorePropertyValueStatusProto{
  propertyId:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t() | nil,
  valueStatus: 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.