class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse

Response message associated with the ExportProcessorVersion operation.

Attributes

gcs_uri[RW]

The Cloud Storage URI containing the output artifacts. Corresponds to the JSON property `gcsUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 366
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/documentai_v1/classes.rb, line 371
def update!(**args)
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
end