Class TargetState (1.2.0)

public sealed class TargetState : IMessage<TargetState>, IEquatable<TargetState>, IDeepCloneable<TargetState>, IBufferMessage, IMessage

Encapsulates the Target state.

Inheritance

Object > TargetState

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

TargetState()

public TargetState()

TargetState(TargetState)

public TargetState(TargetState other)
Parameter
NameDescription
otherTargetState

Properties

Details

public RepeatedField<TargetDetails> Details { get; }

Details about Agones fleets.

Property Value
TypeDescription
RepeatedField<TargetDetails>