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

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

  • 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"
  • locationCategory (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.