class Google::Apis::GameservicesV1::TargetState

Encapsulates the Target state.

Attributes

details[RW]

Details about Agones fleets. Corresponds to the JSON property `details` @return [Array<Google::Apis::GameservicesV1::TargetDetails>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 2198
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 2203
def update!(**args)
  @details = args[:details] if args.key?(:details)
end