GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Contains information needed for end-to-end live experiments. For a cdoc generated by production pipeline, it includes experiment IDs that have selected current document. For a cdoc generated by experiment pipeline, it includes current experiment ID.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
perLiveExperimentInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo)
, default:nil
)
- List of necessary information for each live experiments.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfo{
perLiveExperimentInfo: [ GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t() ] | nil
}
perLiveExperimentInfo: [ GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfo