GoogleCloudDocumentaiV1DocumentRevisionArgs

data class GoogleCloudDocumentaiV1DocumentRevisionArgs(val agent: Output<String>? = null, val createTime: Output<String>? = null, val humanReview: Output<GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs>? = null, val id: Output<String>? = null, val parent: Output<List<Int>>? = null, val parentIds: Output<List<String>>? = null, val processor: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentRevisionArgs>

Contains past or forward revisions of this document.

Constructors

fun GoogleCloudDocumentaiV1DocumentRevisionArgs(agent: Output<String>? = null, createTime: Output<String>? = null, humanReview: Output<GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs>? = null, id: Output<String>? = null, parent: Output<List<Int>>? = null, parentIds: Output<List<String>>? = null, processor: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentRevisionArgs

Properties

Link copied to clipboard
val agent: Output<String>? = null

If the change was made by a person specify the name or id of that person.

Link copied to clipboard
val createTime: Output<String>? = null

The time that the revision was created, internally generated by doc proto storage at the time of create.

Link copied to clipboard

Human Review information of this revision.

Link copied to clipboard
val id: Output<String>? = null

Id of the revision, internally generated by doc proto storage. Unique within the context of the document.

Link copied to clipboard
val parent: Output<List<Int>>? = null

The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the revisions field.

Link copied to clipboard
val parentIds: Output<List<String>>? = null

The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are provenance.parent.revision fields that index into this field.

Link copied to clipboard
val processor: Output<String>? = null

If the annotation was made by processor identify the processor by its resource name.