AssistantApiSettingsHospitalityModeBranding

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityModeBranding


Table of Contents ▼

Jump to a specific part of the page:

Description

TODO(b/169423976) Consider moving Branding out of user level settings into enterprise level settings. Partner branding fields used to customize the ui. Next ID: 7

Attributes List

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

View Attributes

Attributes

  1. displayName (type: String.t, default: nil)
    - Brand display in the UI
  2. displayNameForLanguage (type: map(), default: nil)
    - Brand display in the UI for languages that the enterprise has a localized name that is different from its global branding name. For example, Hilton is 'ヒルトン' in Japanese and '希爾頓' in Chinese. The keys are hospitality supported display locales, e.g. en, ja-JP, etc, defined in experiment parameter Hospitality__hospitality_display_supported_locales.
  3. largeLogoUrl (type: String.t, default: nil)
    -
  4. smallLogoUrl (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsHospitalityModeBranding{
displayName: String.t() | nil,
displayNameForLanguage: map() | nil,
largeLogoUrl: String.t() | nil,
smallLogoUrl: String.t() | nil
}

Function

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

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