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

Attributes

  • isReadable (type: boolean(), default: nil) - Signals about quality of data that was shown to raters. If document/query and concept description are readable.
  • itemId (type: String.t, default: nil) -
  • projectId (type: String.t, default: nil) -
  • taskDetails (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails.t, default: nil) -
  • taskId (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData{
  isReadable: boolean() | nil,
  itemId: String.t() | nil,
  projectId: String.t() | nil,
  taskDetails:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskDetails.t() | nil,
  taskId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.