QualityActionsReminderLocationCategoryInfo

GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderLocationCategoryInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

If LocationType is CATEGORICAL, this is info about the category. For example, the category "Grocery Stores" includes chains such as Safeway and Whole Foods.

Attributes List

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

View Attributes

Attributes

  1. displayName (type: String.t, default: nil)
    - A (localized) display string describing the category. This is s generic string describing the category, and may be different than the term the user actually said, e.g. name: "supermarket", display_name: "Grocery Stores"
  2. locationCategory (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsReminderLocationCategoryInfo{
displayName: String.t() | nil,
locationCategory: String.t() | nil
}

Function

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

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