GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Contains the format information for a single LiveOp/LiveEvent. Next ID: 11
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
deeplink
(type:String.t
, default:nil
)
- -
description
(type:String.t
, default:nil
)
- -
eyebrow
(type:String.t
, default:nil
)
- iOS only, kind of event type -
imageUrl
(type:String.t
, default:nil
)
- -
originalImageUrl
(type:String.t
, default:nil
)
- -
squareImageUrl
(type:String.t
, default:nil
)
- -
status
(type:String.t
, default:nil
)
- iOS only, sort of start schedule -
title
(type:String.t
, default:nil
)
- -
videoId
(type:String.t
, default:nil
)
- -
videoUrl
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat{
deeplink: String.t() | nil,
description: String.t() | nil,
eyebrow: String.t() | nil,
imageUrl: String.t() | nil,
originalImageUrl: String.t() | nil,
squareImageUrl: String.t() | nil,
status: String.t() | nil,
title: String.t() | nil,
videoId: String.t() | nil,
videoUrl: String.t() | nil
}
deeplink: String.t() | nil,
description: String.t() | nil,
eyebrow: String.t() | nil,
imageUrl: String.t() | nil,
originalImageUrl: String.t() | nil,
squareImageUrl: String.t() | nil,
status: String.t() | nil,
title: String.t() | nil,
videoId: String.t() | nil,
videoUrl: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat