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

Each EasyRestrictDefinition represents an OR-of-ANDs-of-ORs block.

Attributes

  • conjunctions (type: list(GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamEasyConjunction.t), default: nil) - conjunctions is the set of AND-of-ORs blocks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamEasyRestrictDefinition{
    conjunctions:
      [
        GoogleApi.ContentWarehouse.V1.Model.ResearchScamCoscamEasyConjunction.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.