class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2GcsSource
The Google
Cloud Storage location where the input file will be read from.
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 6137 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 6142 def update!(**args) @uri = args[:uri] if args.key?(:uri) end