Class CancelOperationRequest
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
Inheritance
System.Object
CancelOperationRequest
Implements
System.IEquatable<CancelOperationRequest>
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 CancelOperationRequest : IMessage<CancelOperationRequest>, IMessage, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>
Constructors
CancelOperationRequest()
Declaration
public CancelOperationRequest()
CancelOperationRequest(CancelOperationRequest)
Declaration
public CancelOperationRequest(CancelOperationRequest other)
Parameters
Type | Name | Description |
---|---|---|
CancelOperationRequest | other |
Properties
Name
The name of the operation resource to be cancelled.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |