class Google::Apis::FirebasehostingV1beta1::I18nConfig

If provided, i18n rewrites are enabled.

Attributes

root[RW]

Required. The user-supplied path where country and language specific content will be looked for within the public directory. Corresponds to the JSON property `root` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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