Voting helps other researchers find interesting modules.
Contains past or forward revisions of this document.
agent
String.t
nil
createTime
DateTime.t
humanReview
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview.t
id
parent
list(integer())
revisions
parentIds
list(String.t)
provenance.parent.revision
processor
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevision{ agent: String.t() | nil, createTime: DateTime.t() | nil, humanReview: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview.t() | nil, id: String.t() | nil, parent: [integer()] | nil, parentIds: [String.t()] | nil, processor: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()