View Source GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfo (google_api_content_warehouse v0.3.0)
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
-
perLiveExperimentInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t)
, default:nil
) - List of necessary information for each live experiments.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfo{ perLiveExperimentInfo: [ GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.