GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto
Table of Contents ▼
Jump to a specific part of the page:
Description
This proto represents a canonical gconcept of a business chain's members.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
gconcept
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto
, default:nil
)
- -
isRequired
(type:boolean()
, default:nil
)
- Whether the gconcept must be on a member. This must be true for a primary gconcept.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto{
gconcept: GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t() | nil,
isRequired: boolean() | nil
}
gconcept: GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t() | nil,
isRequired: boolean() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCanonicalGConceptProto