RepositoryWebrefTaskData

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTaskData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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