public sealed class DeleteGatewayRequest : IMessage<DeleteGatewayRequest>, IEquatable<DeleteGatewayRequest>, IDeepCloneable<DeleteGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class DeleteGatewayRequest.
Request message for ApiGatewayService.DeleteGateway
[[["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 documentation for the `DeleteGatewayRequest` class within the Google Cloud API Gateway v1 API, specifically for version 2.3.0."],["The `DeleteGatewayRequest` class is used to construct request messages for the `ApiGatewayService.DeleteGateway` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default one and another that takes a `DeleteGatewayRequest` object as a parameter for cloning."],["It contains two properties, `GatewayName` of type `GatewayName` and `Name` of type string, to specify the resource to be deleted, where `Name` is a required property."],["The latest version available is 2.4.0, and there are older versions dating back to 1.0.0, available through their corresponding links."]]],[]]