Class DeleteOperationRequest
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
Inheritance
System.Object
DeleteOperationRequest
Implements
System.IEquatable<DeleteOperationRequest>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.LongRunning
Assembly: Google.LongRunning.dll
Syntax
public sealed class DeleteOperationRequest : IMessage<DeleteOperationRequest>, IMessage, IEquatable<DeleteOperationRequest>, IDeepCloneable<DeleteOperationRequest>
Constructors
DeleteOperationRequest()
Declaration
public DeleteOperationRequest()
DeleteOperationRequest(DeleteOperationRequest)
Declaration
public DeleteOperationRequest(DeleteOperationRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteOperationRequest | other |
Properties
Name
The name of the operation resource to be deleted.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |