View Source GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct (google_api_content_warehouse v0.4.0)

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

  • propertyValue (type: list(GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct{
  propertyValue:
    [GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.