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