QualityCalypsoAppsUniversalAuLiveOpEvent

AI Overview😉

  • The potential purpose of this module is to schedule and manage live events or operations (live-ops) for specific time periods. This module seems to be responsible for defining the start and end times for these events, as well as an optional preview time.
  • This module could impact search results by influencing the timing and availability of certain content or features. For example, if a website has a live event or promotion, this module could ensure that it is only visible during the scheduled time period. This could affect search results by making certain content more or less prominent depending on the timing of the search.
  • To be more favorable for this function, a website could ensure that it accurately defines the start and end times for its live events or operations. It could also consider using the optional preview time to create a sense of anticipation or exclusivity around the event. Additionally, the website could optimize its content and features to be more relevant and engaging during the scheduled time period, which could improve its visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent (google_api_content_warehouse v0.4.0)

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

Attributes

  • endTimestampMillis (type: String.t, default: nil) - [REQUIRED] End time in UTC for the live-op event.
  • 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.
  • startTimestampMillis (type: String.t, default: nil) - [REQUIRED] Start time in UTC for the live-op event.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.