class Google::Apis::GameservicesV1::TargetFleetDetails
Details of the target Agones fleet.
Attributes
autoscaler[RW]
Target Agones autoscaler policy reference. Corresponds to the JSON property `autoscaler` @return [Google::Apis::GameservicesV1::TargetFleetAutoscaler]
fleet[RW]
Target Agones fleet specification. Corresponds to the JSON property `fleet` @return [Google::Apis::GameservicesV1::TargetFleet]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 2178 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 2183 def update!(**args) @autoscaler = args[:autoscaler] if args.key?(:autoscaler) @fleet = args[:fleet] if args.key?(:fleet) end