class Google::Apis::GameservicesV1::LabelSelector
The label selector, used to group labels on the resources.
Attributes
labels[RW]
Resource labels for this selector. Corresponds to the JSON property `labels` @return [Hash<String,String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 1044 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 1049 def update!(**args) @labels = args[:labels] if args.key?(:labels) end