QualityCalypsoAppsUniversalAuLiveOpEvent

GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains the schedule for a single live-op event. Next ID: 4

Attributes List

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

View Attributes

Attributes

  1. endTimestampMillis (type: String.t, default: nil)
    - [REQUIRED] End time in UTC for the live-op event.
  2. previewTimestampMillis (type: String.t, default: nil)
    - If specified, a live-op event must be shown only after this preview-time (in UTC). Otherwise, the event can be shown at any time as long as its before the end time.
  3. startTimestampMillis (type: String.t, default: nil)
    - [REQUIRED] Start time in UTC for the live-op event.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent{
endTimestampMillis: String.t() | nil,
previewTimestampMillis: String.t() | nil,
startTimestampMillis: String.t() | nil
}

Function

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

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