class Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle
This is a JSON template for a localized string bundle resource.
Attributes
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#localizedStringBundle. Corresponds to the JSON property `kind` @return [String]
translations[RW]
The locale strings. Corresponds to the JSON property `translations` @return [Array<Google::Apis::GamesConfigurationV1configuration::LocalizedString>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/games_configuration_v1configuration/classes.rb, line 494 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/games_configuration_v1configuration/classes.rb, line 499 def update!(**args) @kind = args[:kind] if args.key?(:kind) @translations = args[:translations] if args.key?(:translations) end