class Google::Apis::GamesConfigurationV1configuration::GamesNumberAffixConfiguration
This is a JSON template for a number affix resource.
Attributes
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `few` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `many` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `one` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `other` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `two` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
This is a JSON template for a localized string bundle resource. Corresponds to the JSON property `zero` @return [Google::Apis::GamesConfigurationV1configuration::LocalizedStringBundle]
Public Class Methods
# File generated/google/apis/games_configuration_v1configuration/classes.rb, line 210 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/games_configuration_v1configuration/classes.rb, line 215 def update!(**args) @few = args[:few] if args.key?(:few) @many = args[:many] if args.key?(:many) @one = args[:one] if args.key?(:one) @other = args[:other] if args.key?(:other) @two = args[:two] if args.key?(:two) @zero = args[:zero] if args.key?(:zero) end