View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue (google_api_content_warehouse v0.4.0)
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
-
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.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactFlatPropertyValue{ predicateEncodedMid: [String.t()] | nil, propertyName: String.t() | nil, value: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.