class Google::Apis::GameservicesV1beta::PreviewGameServerDeploymentRolloutResponse
Response message for PreviewGameServerDeploymentRollout. This has details about the Agones fleet and autoscaler to be actuated.
Attributes
etag[RW]
ETag of the game server deployment. Corresponds to the JSON property `etag` @return [String]
target_state[RW]
Encapsulates the Target state. Corresponds to the JSON property `targetState` @return [Google::Apis::GameservicesV1beta::TargetState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 1715 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 1720 def update!(**args) @etag = args[:etag] if args.key?(:etag) @target_state = args[:target_state] if args.key?(:target_state) @unavailable = args[:unavailable] if args.key?(:unavailable) end