Google.LongRunning - Class CancelOperationRequest (3.2.0)

public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.LongRunning class CancelOperationRequest.

The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].

Inheritance

object > CancelOperationRequest

Namespace

Google.LongRunning

Assembly

Google.LongRunning.dll

Constructors

CancelOperationRequest()

public CancelOperationRequest()

CancelOperationRequest(CancelOperationRequest)

public CancelOperationRequest(CancelOperationRequest other)
Parameter
NameDescription
otherCancelOperationRequest

Properties

Name

public string Name { get; set; }

The name of the operation resource to be cancelled.

Property Value
TypeDescription
string