public sealed class PreviewDeleteGameServerClusterRequest : IMessage<PreviewDeleteGameServerClusterRequest>, IEquatable<PreviewDeleteGameServerClusterRequest>, IDeepCloneable<PreviewDeleteGameServerClusterRequest>, IBufferMessage, IMessage
Request message for GameServerClustersService.PreviewDeleteGameServerCluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available for `PreviewDeleteGameServerClusterRequest` is 2.2.0, while the current content is version 1.1.0."],["`PreviewDeleteGameServerClusterRequest` is a request message for `GameServerClustersService.PreviewDeleteGameServerCluster`, it inherits from `Object`, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating an empty instance or cloning from another `PreviewDeleteGameServerClusterRequest` instance, supporting different ways to be created."],["The `PreviewDeleteGameServerClusterRequest` class contains properties such as `GameServerClusterName`, `Name`, and `PreviewTime`, which are used to manage and define the game server cluster to be deleted."],["The class has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class, providing basic functionalities."]]],[]]