public sealed class DeleteMeshRequest : IMessage<DeleteMeshRequest>, IEquatable<DeleteMeshRequest>, IDeepCloneable<DeleteMeshRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteMeshRequest.
[[["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."],[[["The `DeleteMeshRequest` class is used to create requests for deleting a Mesh in the Network Services v1 API."],["It is part of version 1.0.0-beta01 of the Google.Cloud.NetworkServices.V1 library and inherits from `object`, while implementing several interfaces."],["This class has two constructors: a default constructor and one that accepts another `DeleteMeshRequest` object as a parameter."],["It contains two properties: `MeshName`, which provides a typed view over the resource name, and `Name`, a string representing the name of the Mesh to be deleted, which is required in the format `projects/*/locations/global/meshes/*`."],["The class also provides access to other inherited members, such as methods for `GetHashCode()`, `GetType()`, and `ToString()`, inherited from the object class."]]],[]]