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

Product aspect.

Attributes

  • fallbackAspect (type: String.t, default: nil) - Product aspect to be used if non of the other aspects exist.
  • saftAspect (type: String.t, default: nil) - Product aspect produced by running SAFT annotation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAspect{
  fallbackAspect: String.t() | nil,
  saftAspect: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.