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):
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
, default:nil
)
- -
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
}
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