QualityActionsReminderLocationChainInfo

GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderLocationChainInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

If LocationType is CHAIN, this is info about the chain.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. chainMid (type: String.t, default: nil)
    - The freebase mid of the chain entity.
  2. chainName (type: String.t, default: nil)
    - The geostore.NameProto.text (corresponding to the user's language) at the time of reminder creation. In most cases, this is the same as name, but there may be corner cases where they differ, e.g. name: "bestbuy", chain_name: "Best Buy".
  3. featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto, default: nil)
    - The (corporate entity) chain's MapFacts feature id.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderLocationChainInfo{
chainMid: String.t() | nil,
chainName: String.t() | nil,
featureId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderLocationChainInfo