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 construct requests for the `DeleteMesh` method within the Network Services v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing request data and its properties."],["It includes constructors for creating new instances, with options to either initialize a blank object or a copy of an existing `DeleteMeshRequest`."],["The class contains properties, such as `MeshName` and `Name`, that allow you to specify which Mesh resource to delete via setting the name property, which must be in the format `projects/*/locations/global/meshes/*`."]]],[]]