public sealed class DeleteRealmRequest : IMessage<DeleteRealmRequest>, IEquatable<DeleteRealmRequest>, IDeepCloneable<DeleteRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class DeleteRealmRequest.
[[["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 `DeleteRealmRequest` class within the Game Services v1 API for .NET."],["The `DeleteRealmRequest` class is used to formulate requests for deleting a realm in the Game Services API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the class is 2.2.0, but this specific document covers version 2.1.0, with previous versions listed going back to 1.1.0."],["The class contains two constructors, `DeleteRealmRequest()` and `DeleteRealmRequest(DeleteRealmRequest)`, and includes two properties, `Name` and `RealmName`, for specifying the realm to be deleted."],["The required format of the realm name to be deleted must be in the following form `projects/{project}/locations/{location}/realms/{realm}`."]]],[]]