class Google::Apis::GameservicesV1beta::TargetState
Encapsulates the Target state.
Attributes
details[RW]
Details about Agones fleets. Corresponds to the JSON property `details` @return [Array<Google::Apis::GameservicesV1beta::TargetDetails>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 2239 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 2244 def update!(**args) @details = args[:details] if args.key?(:details) end