public sealed class TargetState : IMessage<TargetState>, IEquatable<TargetState>, IDeepCloneable<TargetState>, IBufferMessage, IMessageReference documentation and code samples for the Game Services v1 API class TargetState.
Encapsulates the Target state.
Implements
IMessage<TargetState>, IEquatable<TargetState>, IDeepCloneable<TargetState>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
TargetState()
public TargetState()TargetState(TargetState)
public TargetState(TargetState other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetState |
Properties
Details
public RepeatedField<TargetDetails> Details { get; }Details about Agones fleets.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<TargetDetails> |
|