class Google::Apis::GameservicesV1::RealmSelector
The realm selector, used to match realm resources.
Attributes
realms[RW]
List of realms to match. Corresponds to the JSON property `realms` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 1804 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gameservices_v1/classes.rb, line 1809 def update!(**args) @realms = args[:realms] if args.key?(:realms) end