public sealed class DeleteGcpUserAccessBindingRequest : IMessage<DeleteGcpUserAccessBindingRequest>, IEquatable<DeleteGcpUserAccessBindingRequest>, IDeepCloneable<DeleteGcpUserAccessBindingRequest>, IBufferMessage, IMessage
Request of [DeleteGcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.AccessContextManager.DeleteGcpUserAccessBinding].
[[["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-04-09 UTC."],[[["The `DeleteGcpUserAccessBindingRequest` class is used to request the deletion of a GCP user access binding, as part of the `google.identity.accesscontextmanager.v1.AccessContextManager.DeleteGcpUserAccessBinding` operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It provides two constructors: a default constructor and one that takes another `DeleteGcpUserAccessBindingRequest` object for copying."],["The class includes two key properties, `GcpUserAccessBindingName` of type `GcpUserAccessBindingName`, and `Name` of type string, which represents the resource name of the GCP user access binding to be deleted."],["The latest version in the directory is 2.5.0 and there are 10 versions available including the 1.4.0 one."]]],[]]