public sealed class DeleteRealmRequest : IMessage<DeleteRealmRequest>, IEquatable<DeleteRealmRequest>, IDeepCloneable<DeleteRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta 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 page provides documentation for the `DeleteRealmRequest` class within the Google Cloud for Games v1beta API."],["`DeleteRealmRequest` is used to construct a request message for the `RealmsService.DeleteRealm` function, which is used to delete a realm."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["It has two constructors: a default constructor and one that accepts another `DeleteRealmRequest` object."],["Key properties include `Name`, a string representing the name of the realm to delete, and `RealmName`, a typed view over the `Name` resource."]]],[]]