View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails (google_api_content_warehouse v0.4.0)

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

Attributes

  • 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.
  • lastSubmitTimestamp (type: String.t, default: nil) -
  • topicDescription (type: String.t, default: nil) -
  • topicName (type: String.t, default: nil) -
  • topicUrl (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.