CompositeDocLiveExperimentInfoPerLiveExperimentInfo

GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains information for a live experiment.

Attributes List

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

View Attributes

Attributes

  1. experimentId (type: String.t, default: nil)
    - ID of a live experiment.
  2. partialCdoc (type: GoogleApi.ContentWarehouse.V1.Model.CompositeDoc, default: nil)
    - Partial CDoc for a live experiment.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo{
experimentId: String.t() | nil,
partialCdoc: GoogleApi.ContentWarehouse.V1.Model.CompositeDoc.t() | nil
}

Function

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

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