class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1GcsDestination
The Google
Cloud Storage location where the output file will be written to.
Attributes
uri[RW]
Corresponds to the JSON property `uri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 4362 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 4367 def update!(**args) @uri = args[:uri] if args.key?(:uri) end