GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct
Table of Contents ▼
Jump to a specific part of the page:
Description
List of { predicate, { object } } to be processed as a Nested Struct. Nested Struct can be recursive. NestedStruct.property_value(i).value(j) may have nested_struct field.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
propertyValue
(type:list(GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct{
propertyValue: [GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t()] | nil
}
propertyValue: [GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct