public sealed class DeleteRealmRequest : IMessage<DeleteRealmRequest>, IEquatable<DeleteRealmRequest>, IDeepCloneable<DeleteRealmRequest>, IBufferMessage, IMessage
[[["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 outlines the `DeleteRealmRequest` class within the Google Cloud Gaming V1 API, specifically version 1.3.0."],["The `DeleteRealmRequest` class is used to define the structure for a request to delete a realm, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request requires the realm's name, which must be in the format: `projects/{project}/locations/{location}/realms/{realm}`."],["The request has a `RealmName` property, which provides a typed view over the resource `Name` property."],["There are 7 versions available, from 1.1.0 to 2.2.0, with 2.2.0 as the latest release."]]],[]]