class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo

The location information about where the processor is available.

Attributes

location_id[RW]

The location id, currently must be one of [us, eu]. Corresponds to the JSON property `locationId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 6981
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_v1beta3/classes.rb, line 6986
def update!(**args)
  @location_id = args[:location_id] if args.key?(:location_id)
end