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

This proto represents a canonical gconcept of a business chain's members.

Attributes

  • gconcept (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t, default: nil) -
  • isRequired (type: boolean(), default: nil) - Whether the gconcept must be on a member. This must be true for a primary gconcept.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto{
  gconcept:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t() | nil,
  isRequired: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.