FreebasePropertyValue

GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue


Table of Contents ▼

Jump to a specific part of the page:

Description

A PropertyValue associates properties with values in the context of a topic.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. property (type: GoogleApi.ContentWarehouse.V1.Model.FreebaseId, default: nil)
    - The id of the property.
  2. totalValueCount (type: String.t, default: nil)
    - Indicates the total values that exist for this property, even if they aren't all present in the value field, due to truncation.
  3. value (type: list(GoogleApi.ContentWarehouse.V1.Model.FreebaseValue), default: nil)
    - The value associated with the property for the containing topic.
  4. valueStatus (type: String.t, default: nil)
    - If ValueStatus is not set at all, the implication is that there are well-known value(s), specified in the "value" field. (It should be considered malformed data to have value_status set when len(values) > 0.)

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue{
property: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil,
totalValueCount: String.t() | nil,
value: [GoogleApi.ContentWarehouse.V1.Model.FreebaseValue.t()] | nil,
valueStatus: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue