Show / Hide Table of Contents

Class CancelOperationRequest

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

Inheritance
System.Object
CancelOperationRequest
Implements
IMessage<CancelOperationRequest>
IMessage
System.IEquatable<CancelOperationRequest>
IDeepCloneable<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
Back to top