GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue
Table of Contents ▼
Jump to a specific part of the page:
Description
Flattened version of possibly nested compound values. This means that the value
in here is never a compound_value
and all predicate MIDs on the nested path are collapsed into the repeated predicate_encoded_mid
field. When predicate_encoded_mid
contains only one predicate, this is equivalent to a CompactKgPropertyValue.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
predicateEncodedMid
(type:list(String.t)
, default:nil
)
- -
propertyName
(type:String.t
, default:nil
)
- The property corresponding to predicte_encoded_mid above. This is populated in some non-serving tables. -
value
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue{
predicateEncodedMid: [String.t()] | nil,
propertyName: String.t() | nil,
value: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()] | nil
}
predicateEncodedMid: [String.t()] | nil,
propertyName: String.t() | nil,
value: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue