class Google::Apis::GameservicesV1beta::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_v1beta/classes.rb, line 1845
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_v1beta/classes.rb, line 1850
def update!(**args)
  @realms = args[:realms] if args.key?(:realms)
end