public sealed class DeleteEndpointPolicyRequest : IMessage<DeleteEndpointPolicyRequest>, IEquatable<DeleteEndpointPolicyRequest>, IDeepCloneable<DeleteEndpointPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteEndpointPolicyRequest.
Request used with the DeleteEndpointPolicy method.
[[["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 documentation is for the `DeleteEndpointPolicyRequest` class within the Google Cloud Network Services v1 API."],["The `DeleteEndpointPolicyRequest` class is used to form a request for deleting an Endpoint Policy via the `DeleteEndpointPolicy` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEndpointPolicyRequest` class has properties such as `EndpointPolicyName` and `Name`, with `Name` being a required string field specifying the EndpointPolicy to delete."],["There are two constructor methods available for this class: a default one and another that copies an existing `DeleteEndpointPolicyRequest` object."]]],[]]