public sealed class DeleteGameServerConfigRequest : IMessage<DeleteGameServerConfigRequest>, IEquatable<DeleteGameServerConfigRequest>, IDeepCloneable<DeleteGameServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class DeleteGameServerConfigRequest.
Request message for GameServerConfigsService.DeleteGameServerConfig.
[[["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-03-21 UTC."],[[["This document provides reference information for the `DeleteGameServerConfigRequest` class within the Google Cloud for Games v1beta API."],["The `DeleteGameServerConfigRequest` class is a request message used for the `GameServerConfigsService.DeleteGameServerConfig` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has properties such as `GameServerConfigName` (a typed view) and `Name` (a string), which is a required field specifying the game server config to delete."],["The latest version of this API is `2.0.0-beta03`, followed by `2.0.0-beta02` and `1.0.0-beta09` being older versions."]]],[]]