QualityCalypsoAppsUniversalAuLiveOpDetail

GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpDetail


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains the needed information for serving a single LiveOp/LiveEvent on AU. Next ID: 9

Attributes List

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

View Attributes

Attributes

  1. countryLevelScheduleInformation (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent}, default: nil)
    - Key is country, and value is the schedule information in that country.
  2. defaultFormatInformation (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat, default: nil)
    - Fallback option for the LiveOp format. We will try en-US -> en -> any locale and get the first one that is available.
  3. defaultScheduleInformation (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent, default: nil)
    - Fallback option for the LiveOp event scheduling information. Will use earliest start time and last end time from PDC LiveOps data dump.
  4. eventId (type: String.t, default: nil)
    - android
  5. eventType (type: String.t, default: nil)
    - [REQUIRED] type of live op event.
  6. eventUrl (type: String.t, default: nil)
    - ios
  7. localeLevelFormatInformation (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat}, default: nil)
    - Key is locale, and value is the format information for that locale.
  8. priority (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpDetail{
countryLevelScheduleInformation: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t()
} | nil,
defaultFormatInformation: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t() | nil,
defaultScheduleInformation: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t() | nil,
eventId: String.t() | nil,
eventType: String.t() | nil,
eventUrl: String.t() | nil,
localeLevelFormatInformation: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t()
} | nil,
priority: String.t() | nil
}

Function

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

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