RepositoryWebrefTaskDetails

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about what the raters saw, how the information was presented to them, or how they interacted with the task. Next id: 6

Attributes List

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

View Attributes

Attributes

  1. experimentId (type: String.t, default: nil)
    - The id of the experiment in case we are dealing with a refx data experiment. Should only be set in case of data experiments to gather topicality ratings, in order to allow separating these ratings from regular ratings.
  2. lastSubmitTimestamp (type: String.t, default: nil)
    -
  3. topicDescription (type: String.t, default: nil)
    -
  4. topicName (type: String.t, default: nil)
    -
  5. topicUrl (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails{
experimentId: String.t() | nil,
lastSubmitTimestamp: String.t() | nil,
topicDescription: String.t() | nil,
topicName: String.t() | nil,
topicUrl: String.t() | nil
}

Function

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

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